mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
enhance(ux): support more align position for the shui dialog
This commit is contained in:
@@ -225,13 +225,14 @@ html[data-theme=dark] {
|
||||
}
|
||||
}
|
||||
|
||||
.ui__dialog-content {
|
||||
&[side=start] {
|
||||
@apply translate-y-0 top-[56px];
|
||||
}
|
||||
|
||||
&[side=end] {
|
||||
.ui__dialog-overlay {
|
||||
&[data-align=start],
|
||||
&[data-align=top] {
|
||||
@apply !items-start;
|
||||
|
||||
.ui__dialog-content {
|
||||
@apply top-20;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user