update transition section layout with dsk

This commit is contained in:
Joel Wetzell
2023-02-08 16:15:45 -06:00
parent 5ea17755d1
commit 7709792fb5
2 changed files with 45 additions and 33 deletions
+20 -6
View File
@@ -53,10 +53,10 @@ h3 {
flex-wrap: wrap;
}
.tbar-progress {
width: 100%;
height: 40px;
accent-color: limegreen;
.transition-settings {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tbar-container {
@@ -76,24 +76,38 @@ h3 {
overflow: hidden;
}
.dsk {
width: 100%;
}
.dsk .source-wrapper {
display: flex;
flex-direction: column;
width: fit-content;
align-content: center;
width: 100%;
padding: 5px;
}
.dsk h3 {
text-align: center;
}
.fade-to-black-container {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.fade-to-black .source-wrapper {
display: flex;
width: fit-content;
width: 100%;
padding: 5px;
}
.fade-to-black h3 {
text-align: center;
}
.dsk-rate,
.ftb-rate,
.transition-rate {