mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[CSS] Future CSS for Wi-Fi & Interfaces tab
This commit is contained in:
@@ -454,16 +454,21 @@ textarea,
|
||||
}
|
||||
|
||||
.menubar {
|
||||
position: inherit;
|
||||
top: 54px;
|
||||
width: 100%
|
||||
display: flex;
|
||||
position: inherit;
|
||||
top: 54px;
|
||||
max-width: 960px;
|
||||
width: 100%;
|
||||
justify-content: space-evenly
|
||||
}
|
||||
|
||||
a.menu {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 46px;
|
||||
justify-content: center
|
||||
justify-content: center;
|
||||
gap: 2px;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.menu {
|
||||
@@ -576,14 +581,10 @@ canvas {
|
||||
filter: invert(var(--iv)) hue-rotate(var(--ro));
|
||||
}
|
||||
|
||||
@media screen and (max-width:780px) {
|
||||
@media screen and (max-width:960px) {
|
||||
.showmenulabel {
|
||||
display: none
|
||||
}
|
||||
|
||||
a.menu {
|
||||
width: 12%
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:450px) {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user