mirror of
https://github.com/ichaly/cohere.git
synced 2026-07-22 07:47:20 +00:00
Align secret export switch
This commit is contained in:
parent
b4ce1005f0
commit
d81ad61d93
1 changed files with 13 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue