fix: icon style (#555)

This commit is contained in:
Zeng1998 2022-11-24 18:44:47 +08:00 committed by GitHub
parent 0dc003854f
commit 1d41d53723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,15 +15,11 @@
@apply flex flex-row justify-start items-center; @apply flex flex-row justify-start items-center;
> .btn-text { > .btn-text {
@apply w-6 h-6 mr-2 rounded cursor-pointer select-none text-gray-600 last:mr-0 hover:bg-gray-200; @apply w-6 h-6 mr-2 rounded cursor-pointer select-none text-gray-600 last:mr-0 hover:bg-gray-200 p-0.5;
> .icon-img { > .icon-img {
@apply w-full h-auto; @apply w-full h-auto;
} }
&.share {
@apply ~"p-0.5";
}
} }
> .split-line { > .split-line {