Allow generic moving divs for extensions

This commit is contained in:
Cohee
2024-03-17 19:23:01 +02:00
parent 870fdd93d2
commit c82157945e
3 changed files with 18 additions and 3 deletions
+4 -2
View File
@@ -201,7 +201,8 @@
#left-nav-panel,
#floatingPrompt,
#cfgConfig,
#logprobsViewer {
#logprobsViewer,
#movingDivs > div {
height: calc(100vh - 45px);
height: calc(100svh - 45px);
min-width: 100% !important;
@@ -219,7 +220,8 @@
#floatingPrompt,
#cfgConfig,
#logprobsViewer {
#logprobsViewer,
#movingDivs > div {
height: min-content;
}