fix: settings button size in admin header

This commit is contained in:
Falkan
2026-03-18 22:44:45 -04:00
parent cd34fd27a1
commit a44551d4bc
2 changed files with 2 additions and 1 deletions

View File

@@ -76,7 +76,7 @@
"symbol": "hhd us", "symbol": "hhd us",
"group": "dickloads", "group": "dickloads",
"toBase": 19.9788876, "toBase": 19.9788876,
"description": "Equal to two US fluid barrels." "description": "This is the superior Trumpistanian hogshead. It's biglier. (It's actually smaller.)"
}, },
{ {
"id": "long-ton", "id": "long-ton",

View File

@@ -1165,6 +1165,7 @@
padding: 0.3rem 0.75rem; padding: 0.3rem 0.75rem;
margin-bottom: 0; margin-bottom: 0;
font-size: 0.9rem; font-size: 0.9rem;
white-space: nowrap;
} }
.admin-panels { .admin-panels {