mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 18:03:47 +00:00
53963a9ad7
* feat: OSC settings * feat: HTTP settings
13 lines
152 B
CSS
13 lines
152 B
CSS
.fullWidth {
|
|
width: 100%;
|
|
}
|
|
|
|
.fitContents {
|
|
width: max-content !important; /* override chakra */
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
gap: 1rem;
|
|
}
|