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