mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
Use dynamic viewport height for panels
This commit is contained in:
@@ -2372,9 +2372,9 @@ onScopeDispose(() => {
|
|||||||
--agent-assistant-panel-blur: 10px;
|
--agent-assistant-panel-blur: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (block-size: 100svh) {
|
@supports (block-size: 100dvh) {
|
||||||
.agent-assistant-shell {
|
.agent-assistant-shell {
|
||||||
block-size: 100svh;
|
block-size: 100dvh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -448,9 +448,9 @@ async function handleResetSettings() {
|
|||||||
min-block-size: 0;
|
min-block-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (block-size: 100svh) {
|
@supports (block-size: 100dvh) {
|
||||||
.theme-customizer-panel {
|
.theme-customizer-panel {
|
||||||
block-size: 100svh;
|
block-size: 100dvh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user