Disabled selection on status-bar to make it easier to use on mobile

This commit is contained in:
ybouane 2024-10-11 20:06:22 -04:00
parent d9f506f81a
commit 879bdd9558

View file

@ -86,6 +86,7 @@ status-bar {
align-items:center; align-items:center;
justify-content:space-between; justify-content:space-between;
margin: 10px 0px; margin: 10px 0px;
user-select:none;
& status-bar-entry { & status-bar-entry {
display:block; display:block;
flex:1 1 0px; flex:1 1 0px;
@ -130,6 +131,7 @@ status-bar {
font-size:0.9em; font-size:0.9em;
z-index:1; z-index:1;
user-select:text;
& strong { & strong {
font-weight: 400; font-weight: 400;
font-size: 1.05em; font-size: 1.05em;