Home: add floorp config

This commit is contained in:
blahai 2024-10-27 03:08:32 +03:00
parent 3c1c079d19
commit 0239cb535c
No known key found for this signature in database
117 changed files with 3768 additions and 0 deletions

View file

@ -0,0 +1,9 @@
/********************************/
/* 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;
}