mirror of
https://github.com/usememos/memos.git
synced 2024-11-11 01:12:40 +08:00
fix: icon style (#555)
This commit is contained in:
parent
0dc003854f
commit
1d41d53723
1 changed files with 1 additions and 5 deletions
|
@ -15,15 +15,11 @@
|
|||
@apply flex flex-row justify-start items-center;
|
||||
|
||||
> .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 {
|
||||
@apply w-full h-auto;
|
||||
}
|
||||
|
||||
&.share {
|
||||
@apply ~"p-0.5";
|
||||
}
|
||||
}
|
||||
|
||||
> .split-line {
|
||||
|
|
Loading…
Reference in a new issue