This commit is contained in:
the-djmaze 2023-01-25 09:52:30 +01:00
parent 09f00d1766
commit ba543c95d7

View file

@ -174,10 +174,6 @@ html.rl-side-preview-pane {
border-radius: var(--input-border-radius, 3px) !important;
}
.b-content .search-input-wrp {
margin-right: 8px;
}
.search-input-wrp {
position: relative;
text-align: right;
@ -195,6 +191,9 @@ html.rl-side-preview-pane {
opacity: .6;
}
}
#rl-left .search-input-wrp {
margin-right: 8px;
}
/* desktop */
@media screen and (min-width: 1000px) {