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