mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 21:16:09 +01:00
Disabled selection on status-bar to make it easier to use on mobile
This commit is contained in:
parent
d9f506f81a
commit
879bdd9558
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue