mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 07:28:01 +00:00
8ad260d28a
fix: parsing of custom fields for blocks refactor: extract cuesheet settings refactor: cuesheet actions refactor: improve cuesheet performance on resizing
7 lines
103 B
SCSS
7 lines
103 B
SCSS
.wrapper {
|
|
background: $bg-container-l1;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: max(16px, 2vh);
|
|
}
|