mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore(scenery): adjusted card paddings
This commit is contained in:
@@ -116,7 +116,6 @@ export default defineComponent({
|
||||
.scenery-timetable {
|
||||
display: grid;
|
||||
height: 100%;
|
||||
padding: 0 0.5em;
|
||||
overflow: hidden;
|
||||
grid-template-rows: auto 1fr;
|
||||
}
|
||||
|
||||
@@ -196,6 +196,7 @@ function setViewMode(componentName: string) {
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr;
|
||||
gap: 1em;
|
||||
|
||||
}
|
||||
|
||||
.scenery-actions {
|
||||
@@ -239,7 +240,7 @@ function setViewMode(componentName: string) {
|
||||
.scenery-view {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
.scenery-wrapper {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 0;
|
||||
|
||||
Reference in New Issue
Block a user