mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
fix(app): responsiveness issues
This commit is contained in:
@@ -53,7 +53,7 @@ $darkModeTextCol: #eee;
|
|||||||
align-items: start;
|
align-items: start;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
|
|
||||||
@media screen and (max-width: 650px) {
|
@media screen and (max-width: 1150px) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -62,7 +62,7 @@ $darkModeTextCol: #eee;
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
||||||
height: calc(100vh - 5em);
|
max-height: calc(100vh - 5em);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
&.dark {
|
&.dark {
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ button.option-save {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 650px) {
|
@media screen and (max-width: 1150px) {
|
||||||
.sidebar_content {
|
.sidebar_content {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -101,7 +101,7 @@ const panelComponent = computed(() => {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@media screen and (max-width: 1350px) {
|
@media screen and (max-width: 1150px) {
|
||||||
grid-template-columns: auto;
|
grid-template-columns: auto;
|
||||||
padding: 1em 0.5em;
|
padding: 1em 0.5em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user