This commit is contained in:
Admin9705
2026-02-16 15:02:20 -05:00
parent 5cfe2e3400
commit 605da7e1e3

View File

@@ -1582,13 +1582,8 @@
}
@media (max-width: 600px) {
.reqset-toolbar {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.reqset-toolbar-right {
width: 100%;
width: auto;
justify-content: flex-end;
}
}
@@ -2009,6 +2004,28 @@
.requestarr-content {
padding: 0;
}
/* Force left alignment and reduce height by 35% */
.reqset-toolbar.requestarr-header-bar {
padding: 6px 12px !important;
justify-content: flex-start !important;
min-height: unset !important;
height: auto !important;
}
.reqset-toolbar-left {
justify-content: flex-start !important;
width: 100% !important;
}
.requestarr-view-header {
justify-content: flex-start !important;
width: 100% !important;
}
.reqset-back-btn {
margin-left: 0 !important;
}
.view-header {
flex-direction: column;