mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
styles : make boot messages hide scrollbars on wk
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
be13bd4fb9
commit
20f3162f4a
2 changed files with 14 additions and 0 deletions
|
@ -54,5 +54,13 @@
|
|||
"legacy.blog.ari-web.xyz": 9.1,
|
||||
"ari-web.xyz": 6.1
|
||||
}
|
||||
},
|
||||
"2023-02-06": {
|
||||
"total": 82.0,
|
||||
"top": {
|
||||
"blog.ari-web.xyz": 49.1,
|
||||
"legacy.blog.ari-web.xyz": 15.4,
|
||||
"ari-web.xyz": 7.3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
.boot {
|
||||
margin: 1em 0em 1em 1em;
|
||||
font-size: 1.5em;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
|
||||
#bootver {
|
||||
color: $boot_header_colour;
|
||||
|
@ -61,3 +63,7 @@
|
|||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.boot::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue