desktop 앱 적용
This commit is contained in:
@@ -593,3 +593,26 @@
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
/* Tauri 네이티브 위젯 창 */
|
||||
.fw-layer--picker-only {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.fw-widget-native-root {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.fw-widget-native-root .fw-window {
|
||||
position: static !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
max-width: none !important;
|
||||
max-height: none !important;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user