pin: Use less margin
Introduce a common.css so styles don't deviate unintentionally between the different themes. Way more stuff can be moved here once this is in.
This commit is contained in:
6
data/common.css
Normal file
6
data/common.css
Normal file
@ -0,0 +1,6 @@
|
||||
/* Theme independent style */
|
||||
|
||||
sq_view.pin sq_button {
|
||||
border-radius: 0px;
|
||||
margin: 1px 1px 1px 1px;
|
||||
}
|
||||
Reference in New Issue
Block a user