[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,12 +281,14 @@
border-bottom: 1px solid lighten($ui-base-color, 8%);
}
.layout-single-column {
.column-header,
.column-back-button,
.scrollable,
.error-column {
border-radius: 0 !important;
}
}
}
@media screen and (max-width: $no-gap-breakpoint - 285px - 1px) {