[bugfix] set border radius on smaller screens

This commit is contained in:
Zoë Bijl
2025-10-09 23:31:25 +02:00
parent 8ad4c08069
commit 7adcf93c80
@@ -281,6 +281,7 @@
border-bottom: 1px solid lighten($ui-base-color, 8%);
}
.layout-single-column {
.column-header,
.column-back-button,
.scrollable,
@@ -288,6 +289,7 @@
border-radius: 0 !important;
}
}
}
@media screen and (max-width: $no-gap-breakpoint - 285px - 1px) {
$sidebar-width: 55px;