diff --git a/src/styles.scss b/src/styles.scss index 2b365a2..d2c0f1e 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -95,8 +95,12 @@ } .obsync-inline-switch { - @apply flex shrink-0 cursor-pointer items-center gap-2 text-sm font-medium; + @apply flex shrink-0 cursor-pointer items-center gap-2 self-center whitespace-nowrap text-sm font-medium leading-6; color: var(--text-muted); + + .obsync-switch { + @apply mt-0; + } } .obsync-link-button { @@ -316,6 +320,14 @@ @apply items-start; } + .obsync-row-block .obsync-row-title { + @apply flex-col; + } + + .obsync-row-block .obsync-inline-switch { + @apply self-start; + } + .obsync-control, .obsync-control-wide, .obsync-readonly {