Fix lockscreen for different screen sizes

This commit is contained in:
Leon 2025-04-21 18:17:21 +02:00
parent 1e4ebc2a3c
commit d44900435f

View File

@ -4,7 +4,7 @@
color: #fff;
text-align: center;
bottom: 10%;
right: 5%;
right: 5%; /* Verschiebt die Flexbox weiter nach links */
z-index: 900010;
position: absolute;
display: flex;
@ -12,8 +12,8 @@
align-items: center;
flex-direction: row;
flex-wrap: wrap;
width: 30%;
width: 40%;
margin: 0 auto; /* Stellt sicher, dass die Box zentriert bleibt */
}
#time {