Unverified Commit 1d41d537 authored by Zeng1998's avatar Zeng1998 Committed by GitHub

fix: icon style (#555)

parent 0dc00385
...@@ -15,15 +15,11 @@ ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment