Skip to content

Commit 5282c41

Browse files
committed
fix: center epochs of slot-viz
1 parent b7c9529 commit 5282c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/components/slot/viz/SlotVizViewer.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ watch(
269269
overflow-x: auto;
270270
overflow-y: hidden;
271271
min-height: 180px;
272-
grid-template-columns: 49px max-content;
272+
grid-template-columns: max-content auto;
273273
274274
@media (max-width: 490px) {
275275
padding-right: var(--padding);
@@ -281,6 +281,7 @@ watch(
281281
justify-content: flex-start;
282282
height: 30px;
283283
gap: var(--padding);
284+
justify-self: center;
284285
}
285286
}
286287

0 commit comments

Comments
 (0)