mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
enhance(ui): support hide close button option for the shui dialog
This commit is contained in:
@@ -242,6 +242,12 @@ html[data-theme=dark] {
|
||||
&[data-auto-width] {
|
||||
@apply max-w-[90vw] w-max sm:max-w-[960px];
|
||||
}
|
||||
|
||||
&[data-close-btn=false] {
|
||||
.ui__dialog-close {
|
||||
@apply hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui__button-shortcut-key {
|
||||
|
||||
Reference in New Issue
Block a user