mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
enhance(ui): refactor the plugins modal with the shui dialog
This commit is contained in:
@@ -979,11 +979,10 @@ html[data-theme='dark'] {
|
||||
}
|
||||
}
|
||||
|
||||
.ui__modal[label=plugins-dashboard] {
|
||||
.panel-content {
|
||||
overflow-y: auto;
|
||||
max-height: calc(100vh - 50px);
|
||||
}
|
||||
.ui__dialog-content[label=plugins-dashboard] {
|
||||
@apply w-auto overflow-y-auto max-w-[90vw] 2xl:max-w-[1300px];
|
||||
|
||||
max-height: calc(100vh - 50px);
|
||||
}
|
||||
|
||||
body[data-page=plugins] {
|
||||
|
||||
Reference in New Issue
Block a user