mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
enhance(ui): support auto width for the shui dialog content
This commit is contained in:
@@ -238,6 +238,10 @@ html[data-theme=dark] {
|
||||
|
||||
.ui__dialog-content {
|
||||
@apply outline-none;
|
||||
|
||||
&[data-auto-width] {
|
||||
@apply max-w-[90vw] w-max sm:max-w-[960px];
|
||||
}
|
||||
}
|
||||
|
||||
.ui__button-shortcut-key {
|
||||
|
||||
Reference in New Issue
Block a user