This commit is contained in:
Renan LE CARO 2025-03-23 16:11:12 +01:00
parent 2022b41937
commit a89a61e35b
12 changed files with 212 additions and 182 deletions

View file

@ -67,7 +67,7 @@ body {
left: 0;
}
#FPSDisplay{
#FPSDisplay {
z-index: 1;
white-space: nowrap;
padding: 10px;
@ -75,15 +75,15 @@ body {
pointer-events: none;
user-select: none;
opacity: 0.8;
color:white;
padding: 0;
position: fixed;
bottom: 0;
left: 0;
transform-origin: top left;
transform: rotate(-90deg);
color: white;
padding: 0;
position: fixed;
bottom: 0;
left: 0;
transform-origin: top left;
transform: rotate(-90deg);
}
body.has-alert-open {