Updates
This commit is contained in:
@@ -616,6 +616,28 @@ body.is-dragging-window .ui-tool-title-bar {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 899px) {
|
||||
.ui-tool-window {
|
||||
top: 2.85rem !important;
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
bottom: 0 !important;
|
||||
width: 100vw !important;
|
||||
height: calc(100dvh - 2.85rem) !important;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
max-width: 100vw;
|
||||
max-height: calc(100dvh - 2.85rem);
|
||||
resize: none;
|
||||
overflow: auto;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.ui-tool-title-bar {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 2560px), (min-resolution: 2dppx) {
|
||||
:root {
|
||||
--ui-scale: 1.24;
|
||||
|
||||
Reference in New Issue
Block a user