Merge pull request #2678 from Bnyro/master

fix position of button to clear search query
This commit is contained in:
Bnyro 2023-07-17 10:56:51 +02:00 committed by GitHub
commit 16dae165df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,8 +213,7 @@ export default {
@apply relative inline-flex items-center; @apply relative inline-flex items-center;
} }
.delete-search { .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]; @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];
line-height: 1.05;
} }
.mobile-nav div { .mobile-nav div {
@apply mx-1; @apply mx-1;