chore: Improve search-input-wrp

This commit is contained in:
Rene Hampölz 2023-05-31 21:50:24 +00:00
parent dbe01cb15e
commit 9831b23a5e

View file

@ -474,12 +474,16 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
opacity: .1;
}
#rl-app .b-folders input {
width: calc(100% - 10px);
margin: 5px;
#rl-app .b-folders .search-input-wrp {
width: calc(100% - 20px);
margin: 5px 10px;
opacity: .7;
}
#rl-app .b-folders .search-input-wrp input {
width: 100%;
}
#rl-app .b-footer.btn-toolbar.hide-mobile,
#rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled {
display: flex;
@ -853,6 +857,17 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f
/* ? margin: 0 5px 0 0; */
}
#rl-app .search-input-wrp a {
position: absolute;
top: 2px;
right: 1px;
min-width: unset;
min-height: unset;
height: 32px;
font-size: 20px;
line-height: 30px;
}
/*
* select
*/
@ -1062,17 +1077,6 @@ input[type="checkbox"]:checked,
max-width: unset;
}
#rl-app .messageList .closeSearch {
position: absolute;
top: 2px;
right: 1px;
min-width: unset;
min-height: unset;
height: 32px;
font-size: 20px;
line-height: 30px;
}
#rl-app .messageList .checkboxCheckAll {
margin: 0 12px;
}