Fix static ip for Ethernet #268 Fix storage for Wifi Fallback #269

This commit is contained in:
Robert Strouse 2024-02-10 10:43:14 -08:00
parent 4e0d89e7db
commit bf8da394d5
7 changed files with 26 additions and 15 deletions

View file

@ -315,6 +315,10 @@
.room-selector-list .room-row:hover {
color: var(--shade-color, gray);
}
span.tabname-virtual-remote:after {
content: "Virtual Remote";
}
@media only screen and (max-device-width: 480px) {
body {
margin-top: 0px;
@ -324,4 +328,7 @@
padding-left: 10px;
padding-right: 10px;
}
span.tabname-virtual-remote:after {
content: "Remote";
}
}