From 71fd76d9c46d7675f6b4e8ed43735e4074130c2a Mon Sep 17 00:00:00 2001 From: Arzumify Date: Tue, 30 Jul 2024 16:07:55 +0100 Subject: [PATCH] Fixed buttons being really small on iOS --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index c92a01d..8e4c83e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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;