Fixed buttons being really small on iOS

This commit is contained in:
Tracker-Friendly 2024-07-30 16:07:55 +01:00
parent 0f8c3a68b4
commit 71fd76d9c4
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,7 @@ body {
}
.topBar .usernameBox {
padding: 5px;
cursor: pointer;
filter: invert(var(--invertdm));
height: 41px;
@ -414,6 +415,7 @@ body {
}
.pell-button {
color: var(--text-color);
background-color: var(--note-button);
border: 1px var(--border-color) solid;
min-width: 35px;