討論 » 建立請求

Increase Gmail search bar size

§
發表於:2016-08-10

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

woxxom管理員
§
發表於:2016-08-10

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.

發表回覆

登入以回覆

长期地址
遇到问题?请前往 GitHub 提 Issues。