Fix lockscreen for different screen sizes
This commit is contained in:
parent
1e4ebc2a3c
commit
d44900435f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user