✨ Add button to PassagesDisplay to disable passages fetching
This commit is contained in:
@@ -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%);
|
||||
|
Reference in New Issue
Block a user