Left menu always opened.
Nethris by billybraga
Details
Authorbillybraga
LicenseNo License
Categoryhttps://clients.nethris.com
Created
Updated
Size901 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 clients.nethris.com - 25/08/2022, 11:11:09
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://clients.nethris.com") {
.side-menu, .sm-header, .sm-body, .sm-items, .sm-tab, .sm-footer {
position: relative;
top: initial;
bottom: initial;
right: initial;
left: initial;
}
.side-menu, .sm-header, .sm-body, .sm-items, .sm-tab {
height: initial;
}
.side-menu {
z-index: 50;
display: block;
}
.side-menu .sm-tab {
color: #404040;
}
.sm-header {
padding: 15px 20px;
box-sizing: border-box;
}
#hamb, #iconMenu, .sm-subtab-title {
display: none;
}
}