Merge pull request #40 from ok2/codex/increase-analog-clock-size-in-landscape-mode
Fix analog clock size on iPhone landscape
This commit is contained in:
commit
0a55bba1c9
@ -360,6 +360,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen
|
||||
and (max-height: 430px) /* iPhone landscape heights around 390px */
|
||||
and (orientation: landscape) {
|
||||
.analog-clock-container {
|
||||
--clock-size: 70vmin; /* roughly 1.7x larger than default */
|
||||
}
|
||||
}
|
||||
|
||||
.eonstrip-grid {
|
||||
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
|
||||
transform: translateX(0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user