[CSS] small update

This commit is contained in:
chromoxdor
2025-09-26 11:19:20 +02:00
parent e16b621c96
commit 5a1a0cdc91
2 changed files with 11 additions and 6 deletions
+10 -5
View File
@@ -454,11 +454,10 @@ textarea,
}
.menubar {
display: flex;
position: inherit;
top: 54px;
max-width: 960px;
width: 100%
display: flex;
position: inherit;
top: 54px;
max-width: 960px;
}
a.menu {
@@ -584,6 +583,12 @@ canvas {
.showmenulabel {
display: none
}
.menubar {
width: 100%;
max-width: 700px;
left: 0
}
}
@media screen and (max-width:450px) {
+1 -1
View File
File diff suppressed because one or more lines are too long