2013年01月21日
Gmailの左サイドバーを広げる(調整する)stylish設定のメモ
Gmailのラベルがやたらと増え階層も深くなりラベル名が見えにくいので、stylishを使って左サイドとメイン部分の幅を調整したメモ。
※Firefoxでブラウザの横幅を1024pxにして使ってます。
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {
/* Main area */
.no .nH.nn{
width:78% !important;
}
/* Label area */
.no .nH.nn.aeN{
width:22% !important;
}
/* ADD display none*/
.u5{
display:none;
}
カテゴリ | ウェブ:Web
Posted by kom | TrackBack (0)

