mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 11:30:20 +00:00
9 lines
295 B
CSS
9 lines
295 B
CSS
/********************************/
|
|
/* windows10 specific ***********/
|
|
/* patches for window-controls. */
|
|
/********************************/
|
|
|
|
/* makes space between top edge and navigation bar when maximized */
|
|
:root[sizemode="maximized"] #navigator-toolbox {
|
|
padding-top: 10px !important;
|
|
}
|