Adding a button to clear folder search input field

This commit is contained in:
codiflow 2023-01-12 13:03:03 +01:00
parent a2336be273
commit 7b29dca261
4 changed files with 14 additions and 2 deletions

View file

@ -15,7 +15,7 @@
}
input {
width: calc(100% - 8px);
width: calc(100% - 37px);
margin-left: 4px;
}

View file

@ -79,6 +79,13 @@ html.rl-no-preview-pane {
padding-right: 8px;
}
.btn.buttonClearFolderSearchInput {
font-size: 14px;
padding-left: 8px;
padding-right: 8px;
margin-bottom: 4px;
}
.second-toolbar {
display: flex;
flex-shrink: 0;