위젯 추가팝업 수정

This commit is contained in:
Macbook
2026-06-15 16:00:41 +09:00
parent e655725ce8
commit 4d7ad65cd1
5 changed files with 73 additions and 6 deletions
+23
View File
@@ -1231,6 +1231,29 @@
line-height: 1.45;
}
/* 위젯 선택 팝업 — 웹·대시보드 (서버와 동일한 넓은 목록) */
.app-popup-shell--widget-picker {
width: min(720px, 96vw) !important;
max-height: min(860px, 92vh);
}
.app-popup-shell--widget-picker .wd-picker-popup-body {
max-height: none;
}
/* Tauri 네이티브 위젯 창 — OS 창 확대 후 팝업이 거의 전체를 채움 */
html.fw-native-widget .app-popup-shell--widget-picker-native {
width: calc(100vw - 12px) !important;
max-width: calc(100vw - 12px) !important;
max-height: calc(100vh - 12px);
min-height: calc(100vh - 16px);
}
html.fw-native-widget .app-popup-shell--widget-picker-native .wd-picker-popup-body {
flex: 1;
min-height: 0;
}
.bps-page--wd-no-left .bps-side-wrap--left,
.bps-page--wd-no-left .bps-side-wrap--left + .bps-splitter {
display: none !important;