mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Feature: add margin-top for switcher buttons
This commit is contained in:
@@ -301,6 +301,7 @@ body {
|
||||
.switcher .switch-button {
|
||||
display: inline-block;
|
||||
padding: 8px 5px;
|
||||
margin-top: 5px;
|
||||
background-color: #262a2b;
|
||||
color: #d8d4cf;
|
||||
text-decoration: none;
|
||||
|
||||
@@ -352,6 +352,7 @@ body {
|
||||
.switch-button {
|
||||
display: inline-block;
|
||||
padding: 8px 5px;
|
||||
margin-top: 5px;
|
||||
background-color: $bg-alt;
|
||||
color: $fg;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user