chore: changes in scenery view layout

This commit is contained in:
2024-06-05 16:01:17 +02:00
parent 6c1e00d002
commit 45af649505
5 changed files with 178 additions and 152 deletions
+3 -1
View File
@@ -229,6 +229,7 @@ button.back-btn {
padding: 1em 0.5em;
height: calc(100vh - 0.5em);
min-height: 800px;
overflow: auto;
display: flex;
@@ -240,9 +241,10 @@ button.back-btn {
padding: 1em 0.5em;
height: calc(100vh - 0.5em);
min-height: 800px;
display: grid;
grid-template-rows: auto 1fr auto;
grid-template-rows: auto 1fr;
gap: 1em;
}