Skip to content

Commit

Permalink
fix: center epochs of slot-viz
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo-bitfly committed Jan 10, 2025
1 parent b7c9529 commit 5282c41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/slot/viz/SlotVizViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ watch(
overflow-x: auto;
overflow-y: hidden;
min-height: 180px;
grid-template-columns: 49px max-content;
grid-template-columns: max-content auto;
@media (max-width: 490px) {
padding-right: var(--padding);
Expand All @@ -281,6 +281,7 @@ watch(
justify-content: flex-start;
height: 30px;
gap: var(--padding);
justify-self: center;
}
}
Expand Down

0 comments on commit 5282c41

Please sign in to comment.