Assorted summary improvements

This commit is contained in:
Cohee
2025-02-23 21:40:15 +02:00
parent 919df98c6e
commit 7a54b0cad7
3 changed files with 59 additions and 65 deletions

View File

@@ -3,6 +3,15 @@
flex-direction: column;
}
#memory_contents {
field-sizing: content;
max-height: 50dvh;
}
#memory_restore {
width: max-content;
}
#memory_settings textarea {
font-size: calc(var(--mainFontSize) * 0.9);
line-height: 1.2;
@@ -35,3 +44,9 @@ label[for="memory_frozen"] input {
flex-direction: column;
row-gap: 5px;
}
#summaryExtensionPopout {
display: flex;
flex-direction: column;
padding-top: 25px;
}