mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 19:40:21 +00:00
10 lines
295 B
CSS
10 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;
|
||
|
}
|