Increase padding on home button

This commit is contained in:
2024-04-19 13:13:39 +02:00
parent 46058edcc8
commit 520da84695
2 changed files with 4 additions and 1 deletions

View File

@@ -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,

View File

@@ -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;