위젯 수정

This commit is contained in:
Macbook
2026-06-14 01:10:38 +09:00
parent 6936792ad4
commit 57677ef39c
2 changed files with 15 additions and 0 deletions
+14
View File
@@ -128,11 +128,25 @@
min-height: 0;
border: none;
border-radius: 0;
display: flex;
flex-direction: column;
}
.fw-window-cell .wd-slot-body {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
}
.fw-window-cell .wd-slot-empty {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
}
.fw-window-cell .wd-widget-host {