mirror of
https://github.com/usememos/memos.git
synced 2024-11-29 08:46:30 +03:00
fix: icon style (#555)
This commit is contained in:
parent
0dc003854f
commit
1d41d53723
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user