Gmail thin scrollbars
Gmail thin by apostololeg
Details
Authorapostololeg
LicenseNo License
Categorygmail
Created
Updated
Size517 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gmail thin
@version 20220624.09.22
@namespace userstyles.world/user/apostololeg
@description Gmail thin scrollbars
@author apostololeg
@license No License
==/UserStyle== */
@-moz-document domain("mail.google.com") {
#\:mn > div {
font-size: 120%;
}
.J-M, .tO, .SK { /* popups */
box-shadow: 0 0 0 2px #eee;
}
.nH.oy8Mbf.nn.aeN {
border-right: 1px solid rgba(0,0,0,.05);
}
.Nt {
border-right: 0 !important;
}
::-webkit-scrollbar {
width: 1px !important;
}
}