Makes the header bar on mailbox.org take less vertical space.
Mailbox.org - slim header by kkga
Details
Authorkkga
LicenseNo License
Categorymailbox.org
Created
Updated
Size806 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 office.mailbox.org - 7/4/2022, 10:45:24 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("office.mailbox.org") {
/* Insert code here... */
#io-ox-appcontrol {
height: 32px;
}
#io-ox-core #io-ox-screens {
top: 32px;
}
#io-ox-appcontrol #io-ox-launcher > button,
#io-ox-appcontrol #io-ox-quicklaunch > button,
#io-ox-appcontrol::before {
padding: 0;
height: 32px;
}
#io-ox-appcontrol #io-ox-topleftbar .contact-picture, #io-ox-appcontrol #io-ox-toprightbar .contact-picture {
width: 20px;
height: 20px;
}
#io-ox-top-logo img {
width: 30px;
}
}