Increase padding on home button
This commit is contained in:
@@ -515,7 +515,7 @@ select {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
border: none;
|
border: none;
|
||||||
line-height: inherit;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover,
|
button:hover,
|
||||||
|
@@ -35,6 +35,9 @@ export let nobg = false
|
|||||||
.label::after {
|
.label::after {
|
||||||
content: "pixeldrain";
|
content: "pixeldrain";
|
||||||
}
|
}
|
||||||
|
.label, .username {
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.nobg {
|
.nobg {
|
||||||
background: none;
|
background: none;
|
||||||
|
Reference in New Issue
Block a user