Bundle embedded web app

This commit is contained in:
gabek
2022-12-08 00:18:46 +00:00
parent cc81f2a68e
commit 96bde6dec0
36 changed files with 62 additions and 39 deletions

View File

@@ -46,3 +46,26 @@
.codec-module .ant-collapse-content-active {
background-color: var(--white-15);
}
.video-text-field-container {
margin-left: 12px;
margin-bottom: 30px;
}
.video-varient-alert {
margin-bottom: 30px;
}
.advanced-switch-container {
margin-left: 80px;
}
.advanced-description-switch-container {
display: flex;
flex-direction: row;
}
.advanced-description-wrapper {
color: black;
display: flex;
align-items: center;
margin-top: 16px;
}
.video-varient-alert-button-container {
width: 100vh;
}