mirror of
https://github.com/logseq/logseq.git
synced 2026-05-17 09:22:21 +00:00
enhance(ui): polish settings item alignments
This commit is contained in:
@@ -369,7 +369,7 @@
|
||||
|
||||
(rum/defc appearance < rum/reactive
|
||||
[]
|
||||
[:div#appearance_settings.cp__settings-appearance-modal-inner.w-96.p-4.shadow-xl
|
||||
[:div#appearance_settings.cp__settings-appearance-modal-inner
|
||||
(theme-modes-row t)
|
||||
(editor-font-family-row t (state/sub :ui/editor-font))
|
||||
(toggle-wide-mode-row t (state/sub :ui/wide-mode?))
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
& + div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: start;
|
||||
min-height: 24px;
|
||||
user-select: none;
|
||||
|
||||
@@ -243,6 +243,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
#appearance_settings {
|
||||
&.cp__settings-appearance-modal-inner {
|
||||
@apply w-auto p-5 shadow-none m-0;
|
||||
}
|
||||
}
|
||||
|
||||
.cp__theme-modes-options {
|
||||
@apply flex items-center m-0 list-none;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user