mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-05-19 11:34:54 -04:00
update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user