Fix size of "clear" button in launcher search box

Fixes #179.
This commit is contained in:
Sam Atkins 2024-03-25 11:49:42 +00:00
parent 4486feb470
commit 734387d535

View File

@ -2748,8 +2748,9 @@ label {
.launch-search-clear { .launch-search-clear {
display: none; display: none;
position: absolute; position: absolute;
right: 10px; right: 8px;
top: 8px; top: 8px;
height: 28px;
opacity: 0.5; opacity: 0.5;
} }