mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: icon style (#555)
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user