From 879bdd955897990d2e5d39618ad8268f61bbfd70 Mon Sep 17 00:00:00 2001 From: ybouane Date: Fri, 11 Oct 2024 20:06:22 -0400 Subject: [PATCH] Disabled selection on status-bar to make it easier to use on mobile --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index a2a1f38..21224fc 100644 --- a/static/style.css +++ b/static/style.css @@ -86,6 +86,7 @@ status-bar { align-items:center; justify-content:space-between; margin: 10px 0px; + user-select:none; & status-bar-entry { display:block; flex:1 1 0px; @@ -130,6 +131,7 @@ status-bar { font-size:0.9em; z-index:1; + user-select:text; & strong { font-weight: 400; font-size: 1.05em;