enhance(ui): refactor the plugins modal with the shui dialog

This commit is contained in:
charlie
2024-03-18 21:29:46 +08:00
parent faa32a1edd
commit 72faafa832
5 changed files with 12 additions and 14 deletions

View File

@@ -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] {