Lemuel Johnson wrote:
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

Thanks very much, it works for me too!

Since I'm using several Google servers (one of them is less then 20 miles from here), I extended the domain list a bit:

@-moz-document domain(google.nl), domain(google.com), domain(google.co.uk), domain(google.de), domain(google.it), domain(google.fr){
    #hdtb-msb {
        display: flex !important;
        align-items: baseline;
    }
}

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

Reply via email to