mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
Merge branch 'master' into feat/cmdk
This commit is contained in:
@@ -277,7 +277,7 @@ html.is-mobile {
|
||||
|
||||
.ui__button {
|
||||
@apply inline-flex items-center px-3 py-2 border border-transparent
|
||||
text-sm leading-4 font-medium rounded-md
|
||||
text-sm leading-4 font-medium rounded-[6px] text-white
|
||||
focus:outline-none transition ease-in-out duration-150;
|
||||
|
||||
/* background-color: or(--lx-accent-04, --color-indigo-600); */
|
||||
@@ -326,8 +326,8 @@ html.is-mobile {
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
&.p-1 {
|
||||
padding: 0.25rem 0.5rem !important;
|
||||
&.is-small {
|
||||
@apply px-2.5 py-1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user