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