Fix off-center discord icon.

This commit is contained in:
Jas Singh
2024-07-11 00:59:33 -07:00
parent 869e940a4b
commit db118a0746
4 changed files with 10 additions and 1 deletions

View File

@@ -1470,6 +1470,9 @@ window#powermenu .powermenu.box {
color: #1e1e2e;
min-height: 3em;
}
.dashboard-content-items .shortcuts-container .container button.discord label {
margin-right: 0.15em;
}
.dashboard-content-items .shortcuts-container .container button label {
font-size: 1.5em;
}