mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-14 11:32:10 +01:00
parent
4e0d89e7db
commit
bf8da394d5
7 changed files with 26 additions and 15 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue