[CSS] Future CSS for Wi-Fi & Interfaces tab

This commit is contained in:
chromoxdor
2025-09-25 18:04:07 +02:00
parent 7b16f95e84
commit fd682caabb
2 changed files with 11 additions and 10 deletions
+10 -9
View File
@@ -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) {
+1 -1
View File
File diff suppressed because one or more lines are too long