fix(app): responsiveness issues

This commit is contained in:
2026-01-22 00:44:10 +01:00
parent d408f0a706
commit 1a969731cd
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ $darkModeTextCol: #eee;
align-items: start;
max-width: 800px;
@media screen and (max-width: 650px) {
@media screen and (max-width: 1150px) {
flex-direction: column;
}
}
@@ -62,7 +62,7 @@ $darkModeTextCol: #eee;
background-color: white;
color: black;
height: calc(100vh - 5em);
max-height: calc(100vh - 5em);
overflow: auto;
&.dark {
+1 -1
View File
@@ -126,7 +126,7 @@ button.option-save {
}
}
@media screen and (max-width: 650px) {
@media screen and (max-width: 1150px) {
.sidebar_content {
flex-direction: row;
+1 -1
View File
@@ -101,7 +101,7 @@ const panelComponent = computed(() => {
padding: 1em;
width: 100%;
@media screen and (max-width: 1350px) {
@media screen and (max-width: 1150px) {
grid-template-columns: auto;
padding: 1em 0.5em;
}