[bugfix] set border radius on smaller screens
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user