mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-14 11:32:10 +01:00
Final v2.3.1
This commit is contained in:
parent
3f07b481dc
commit
54f98805b4
17 changed files with 318 additions and 503 deletions
|
|
@ -10,8 +10,8 @@ body {
|
|||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 14px;
|
||||
background-color: #eeeeee;
|
||||
margin-top: 77px;
|
||||
box-sizing: border-box;
|
||||
margin-top: 77px;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -844,3 +844,12 @@ div.frame-pulses {
|
|||
text-overflow:ellipsis;
|
||||
display:none;
|
||||
}
|
||||
@media only screen and (max-device-width: 480px) {
|
||||
body {
|
||||
margin-top: 0px;
|
||||
}
|
||||
.subtab-content {
|
||||
padding-left:14px;
|
||||
padding-right:14px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue