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