GTK3: Make scrollbar slider smaller

This commit is contained in:
Daniel Ruiz de Alegría 2021-03-02 11:33:25 +01:00
parent 9c9adc221e
commit 2100c6b8da

View File

@ -300,6 +300,14 @@ notebook {
} }
} }
/**************
* Scrollbars *
**************/
scrollbar slider {
min-width: 6px;
min-height: 6px;
}
/************** /**************
* GtkInfoBar * * GtkInfoBar *
**************/ **************/