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-shadow: none;
border: none;
line-height: inherit;
line-height: 1.3em;
}
button:hover,

View File

@@ -35,6 +35,9 @@ export let nobg = false
.label::after {
content: "pixeldrain";
}
.label, .username {
margin-right: 3px;
}
.nobg {
background: none;