This commit is contained in:
2026-05-18 20:12:16 +02:00
parent 66ac2d0e0a
commit a9bf6fbb60
4 changed files with 30 additions and 0 deletions

View File

@@ -9678,6 +9678,9 @@ img.icon {
display: flex;
flex-direction: column;
flex: 1;
min-width: 0;
width: 100%;
max-width: 100%;
}
.filter-box {
margin: 5px 0;
@@ -10785,7 +10788,10 @@ body {
left: 0;
}
.row-offcanvas:not(.active) .main-offcanvas {
float: none;
flex: 0 0 100%;
width: 100%;
max-width: 100%;
}
.sidebar-offcanvas {
position: absolute !important;