wide: Reduce button spaces
This commit is contained in:
@ -4,7 +4,7 @@ sq_view {
|
||||
font-family: cantarell, sans-serif;
|
||||
}
|
||||
|
||||
sq_button {
|
||||
sq_view sq_button {
|
||||
color: #deddda;
|
||||
background: #464448;
|
||||
border-style: solid;
|
||||
@ -14,6 +14,10 @@ sq_button {
|
||||
margin: 4px 2px 4px 2px;
|
||||
}
|
||||
|
||||
sq_view.wide sq_button {
|
||||
margin: 1px 1px 1px 1px;
|
||||
}
|
||||
|
||||
sq_button:active {
|
||||
background: #747077;
|
||||
border-color: #96949d;
|
||||
|
||||
Reference in New Issue
Block a user