mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-25 00:49:10 +00:00
fix: start does not reflow when playback starts
This commit is contained in:
committed by
Carlos Valente
parent
2d9909577e
commit
cc48ac8fd3
@@ -5,6 +5,7 @@
|
|||||||
'go playback'
|
'go playback'
|
||||||
'go transport'
|
'go transport'
|
||||||
'extra extra';
|
'extra extra';
|
||||||
|
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
|
||||||
grid-template-rows: repeat(3, 2rem);
|
grid-template-rows: repeat(3, 2rem);
|
||||||
gap: $element-spacing;
|
gap: $element-spacing;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user