mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix position of button to clear search query
This commit is contained in:
parent
7317fc9a75
commit
5fdc7ce017
1 changed files with 1 additions and 2 deletions
|
@ -213,8 +213,7 @@ export default {
|
|||
@apply relative inline-flex items-center;
|
||||
}
|
||||
.delete-search {
|
||||
@apply absolute right-3 cursor-pointer rounded-full bg-[#ccc] w-4 h-4 text-center text-black opacity-50 hover:(opacity-70) text-size-[13px];
|
||||
line-height: 1.05;
|
||||
@apply absolute right-3 cursor-pointer rounded-full bg-[#ccc] w-4 h-4 text-center text-black opacity-50 hover:(opacity-70) text-size-[10px];
|
||||
}
|
||||
.mobile-nav div {
|
||||
@apply mx-1;
|
||||
|
|
Loading…
Reference in a new issue