Skip to content

Commit 72dede5

Browse files
authored
Merge pull request #5406 from chromoxdor/CSS-for-two-extra-tabs
[CSS] Future CSS for Network & Interfaces tab
2 parents 61c3574 + 7250122 commit 72dede5

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

static/espeasy_default.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -454,16 +454,19 @@ textarea,
454454
}
455455

456456
.menubar {
457+
display: flex;
457458
position: inherit;
458459
top: 54px;
459-
width: 100%
460+
max-width: 960px;
460461
}
461462

462463
a.menu {
463464
align-items: center;
464465
display: flex;
465466
height: 46px;
466-
justify-content: center
467+
justify-content: center;
468+
gap: 2px;
469+
width: 100%
467470
}
468471

469472
.menu {
@@ -576,13 +579,15 @@ canvas {
576579
filter: invert(var(--iv)) hue-rotate(var(--ro));
577580
}
578581

579-
@media screen and (max-width:830px) {
582+
@media screen and (max-width:960px) {
580583
.showmenulabel {
581584
display: none
582585
}
583586

584-
a.menu {
585-
width: 11%
587+
.menubar {
588+
width: 100%;
589+
max-width: 700px;
590+
left: 0
586591
}
587592
}
588593

static/espeasy_default.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)