Discussions » Creation Requests

Increase Gmail search bar size

§
Posted: 10-08-2016

Increase Gmail search bar size

Hi,

Could someone please make a script for Gmail that makes the search bar at the top wider (preferably only if it actually needs to be wider)(so that it doesn't get wider when you only type a few words, but it does when you have a giant search query)

Thank you in advance!

Thibault

woxxomMod
§
Posted: 10-08-2016

Such customizations are usually done with Stylish addon/extension:

@-moz-document domain("mail.google.com") {
.gb_ne {
    width: 100%;
}
}

In Stylish-chrome click Write style in the extension's popup, then Import button, paste the style above, click Overwrite.

Post reply

Sign in to post a reply.