mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 04:44:20 +01:00
allow the sidebar width to range from 10% - 90%
This commit is contained in:
@@ -60,6 +60,11 @@
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
max-width: 90% !important;
|
||||
min-width: 10% !important;
|
||||
}
|
||||
|
||||
/* highlight groups */
|
||||
|
||||
.hl-Normal {
|
||||
|
||||
Reference in New Issue
Block a user