fix search bar margin

This commit is contained in:
Dennis Eichhorn 2023-10-19 21:52:59 +00:00
parent 5beb4b757c
commit afca381d01
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,10 @@
display: inherit; display: inherit;
} }
} }
form {
margin-left: 1rem;
}
} }
.portlet-foot { .portlet-foot {

View File

@ -3848,6 +3848,8 @@ span.tag {
align-items: center; } align-items: center; }
.portlet .portlet-head > span > a { .portlet .portlet-head > span > a {
display: inherit; } display: inherit; }
.portlet .portlet-head form {
margin-left: 1rem; }
.portlet .portlet-foot { .portlet .portlet-foot {
background: #fff; background: #fff;
border-top: 1px solid #ebedf2; border-top: 1px solid #ebedf2;