style: gap support

obs does not seem to handle css gap
This commit is contained in:
cv
2021-04-25 12:39:51 +02:00
parent 727e760fd8
commit fabdda8a59
4 changed files with 48 additions and 43 deletions
@@ -18,7 +18,6 @@
display: flex;
flex-direction: column;
width: 45vw;
gap: 3vh;
border-radius: 0 1vh 1vh 0;
}
@@ -42,6 +41,7 @@
.titleContainer,
.subtitleContainer {
margin-bottom: 1vh;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;