-
Bug
-
Resolution: Fixed
-
Minor
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MDL-59080_master -
The following variables in drawer.scss are hard coded and can not be overwritten by presets. Unless there is a reason why those values should not be overwritten, then It would make better sense to be able to change those values in the presets.
$drawer-width: 285px;
|
$drawer-padding-x: 20px;
|
$drawer-padding-y: 20px;
|
$drawer-offscreen-gutter: 20px;
|
Could be flexible if styles like this::
$drawer-width: 285px !default; |
$drawer-padding-x: 20px !default; |
$drawer-padding-y: 20px !default; |
$drawer-offscreen-gutter: 20px !default; |
Original suggestion by urshunkler
https://moodle.org/mod/forum/discuss.php?d=352801