Add button to PassagesDisplay to disable passages fetching

This commit is contained in:
2023-02-11 18:10:21 +01:00
parent 7294f35622
commit 3913209b28
3 changed files with 288 additions and 144 deletions

View File

@@ -39,6 +39,21 @@
margin-right: auto;
}
.header .menu {
height: calc(80/100*100%);
aspect-ratio: 1;
margin-right: calc(30/1920*100%);
}
.header .menu button {
height: 100%;
aspect-ratio: 1;
background-color: var(--idfm-black);
border: solid var(--idfm-white) 3px;
border-radius: calc(9/86*100%);
}
.header .clock {
width: calc(175/1920*100%);
height: calc(80/100*100%);