Skip to content

Commit 2c05a6b

Browse files
author
prima
committed
fix: Centering of popups for consistency
1 parent c6d08b8 commit 2c05a6b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

klite.embd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36934,7 +36934,6 @@ flowchart TD\n${treeToViewOutput.outputText.trim()}`
3693436934
#memorycontainerfg {
3693536935
width: 90%;
3693636936
height: 90%;
36937-
margin-top: 5%;
3693836937
}
3693936938

3694036939
#memory_tab_container, #wi_tab_container, #documentdb_tab_container {
@@ -36943,6 +36942,15 @@ flowchart TD\n${treeToViewOutput.outputText.trim()}`
3694336942
overflow-y: auto;
3694436943
}
3694536944

36945+
.popupcontainer {
36946+
justify-content: space-around;
36947+
}
36948+
36949+
.nspopup, .nspopup.moderate, .nspopup.higher, .nspopup.evenhigher, .nspopup.highest, .saveloadpopup,
36950+
.workerpopup, .scenariopopup, #settingscontainerfg {
36951+
margin-top: unset;
36952+
}
36953+
3694636954
@media (min-width: 600px) {
3694736955
#wilist:not(.sidepanelsize) {
3694836956
max-height: calc(90% - 70px)

0 commit comments

Comments
 (0)