mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 15:44:14 +01:00
allowd the sidebar width to range from 10% - 90%
This commit is contained in:
@@ -93,6 +93,11 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
max-width: 90% !important;
|
||||
min-width: 10% !important;
|
||||
}
|
||||
|
||||
/* highlight groups */
|
||||
|
||||
.hl-Normal {
|
||||
|
||||
Reference in New Issue
Block a user