From ac2fd60bf755cd0a78a84c4dec9a859b44575664 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Tue, 2 Jul 2024 18:21:25 +0100 Subject: [PATCH] Make the markdown buttons work a bit nicer on mobile --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 0f0cf61..fbe975f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -415,7 +415,8 @@ body { .pell-button { background-color: var(--button); border: 1px var(--border-color) solid; - width: 35px; + min-width: 35px; + max-width: 35px; height: 35px; margin-left: 1px; margin-right: 1px; @@ -425,6 +426,7 @@ body { .pell-actionbar { display: flex; margin-bottom: 5px; + overflow-x: auto; } .noteBox:focus {