Fix analog clock overlay and fullscreen alignment
This commit is contained in:
parent
76bb243d9e
commit
8033be374c
@ -40,6 +40,7 @@
|
|||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
.marker {
|
.marker {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@ -406,6 +406,7 @@
|
|||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.marker {
|
.marker {
|
||||||
@ -471,6 +472,11 @@ body.fullscreen-clock .time-display {
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.fullscreen-clock .analog-clock-container {
|
||||||
|
width: 80vmin;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
body.fullscreen-clock #clock {
|
body.fullscreen-clock #clock {
|
||||||
width: 80vmin;
|
width: 80vmin;
|
||||||
height: 80vmin;
|
height: 80vmin;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user