mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 01:43:43 +00:00
cb8ba776e2
* refactor: remove info panel * feat: editor panel * wip: event info in drawer * chore: update tests * chore: add scss to processor
11 lines
121 B
SCSS
11 lines
121 B
SCSS
.container {
|
|
grid-area: main;
|
|
|
|
width: 100%;
|
|
padding: 1rem;
|
|
display: flex;
|
|
gap: 0.25rem;
|
|
|
|
overflow: hidden;
|
|
}
|