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