On 4/3/2017 5:42 PM, Lemuel Johnson wrote:

Close SeaMonkey.

If you don't have one already, create the file "userContent.css" in the
folder (assuming a standard SeaMonkey install):
C:\Users\[username]\AppData\Roaming\Mozilla\SeaMonkey\Profiles\[default
profile]\chrome

You may have to create the "chrome" folder.

Paste this stanza into the new (or existing) file and save:

@-moz-document domain(google.com) {
    #hdtb-msb {
        display: flex;
    }
}

That fixes it for me.

Actually THIS fixes it for me:

@-moz-document domain(google.com) {     
        #hdtb-msb {
                display: flex !important;
                align-items: baseline;
        }
}

LJ
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to