Merge pull request #871 from codiflow/master

Added right margin to folder search input wrapper
This commit is contained in:
the-djmaze 2023-01-25 09:49:53 +01:00 committed by GitHub
commit 09f00d1766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,6 +174,10 @@ 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;