mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
Merge remote-tracking branch 'upstream/master' into whiteboards
This commit is contained in:
@@ -245,7 +245,7 @@ html.is-mobile {
|
||||
.ui__button {
|
||||
@apply flex items-center px-3 py-2 border border-transparent
|
||||
text-sm leading-4 font-medium rounded-md text-white
|
||||
focus:outline-none transition ease-in-out duration-150 mt-1;
|
||||
focus:outline-none transition ease-in-out duration-150;
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.5;
|
||||
@@ -353,6 +353,10 @@ html.is-mobile {
|
||||
background-color: var(--ls-quaternary-background-color);
|
||||
}
|
||||
|
||||
.ui__icon {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.type-icon {
|
||||
@apply text-xs text-center flex items-center justify-center rounded border mr-2 relative;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user