This commit is contained in:
2025-11-21 12:54:46 +01:00
parent f8701c5bf8
commit 6545e78352
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5666,7 +5666,7 @@ body {
ul {
grid-column-gap: 5px !important;
grid-template-columns: repeat(2, 200px) !important;
grid-template-columns: repeat(3, 200px) !important;
li {
margin-bottom: 5px !important;
@@ -5687,7 +5687,7 @@ body {
.dropdown-menu.level1 {
ul {
grid-auto-flow: column;
grid-template-rows: repeat(11, auto);
grid-template-rows: repeat(12, auto);
grid-template-columns: repeat(3, 270px);
@media (max-height: 730px) {