mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 18:55:46 +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;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar {
|
||||||
|
max-width: 90% !important;
|
||||||
|
min-width: 10% !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* highlight groups */
|
/* highlight groups */
|
||||||
|
|
||||||
.hl-Normal {
|
.hl-Normal {
|
||||||
|
|||||||
Reference in New Issue
Block a user