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
+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;
}