diff --git a/plugins/atem/styles.css b/plugins/atem/styles.css index a578061..b534d15 100644 --- a/plugins/atem/styles.css +++ b/plugins/atem/styles.css @@ -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 { diff --git a/plugins/atem/template.ejs b/plugins/atem/template.ejs index 217be36..d6d804d 100644 --- a/plugins/atem/template.ejs +++ b/plugins/atem/template.ejs @@ -41,7 +41,7 @@
-
+

Next Transition

@@ -143,6 +143,30 @@
+ <% if (data.video.downstreamKeyers) { %> + <% Object.entries(data.video.downstreamKeyers).forEach(([dskIndex, state])=>{ %> +
+

DSK<%= Number(dskIndex) + 1 %>

+
+
+
TIE
+
+
+
Rate
+
00
+
+
+
+
ON
AIR
+
+
+
+
AUTO
+
+
+
+ <% }) %> + <% } %>

Fade to Black

@@ -160,29 +184,3 @@
<% }) %> <% } %> - - -<% if (data.video.downstreamKeyers) { %> - <% Object.entries(data.video.downstreamKeyers).forEach(([dskIndex, state])=>{ %> -
-

DSK<%= Number(dskIndex) + 1 %>

-
-
-
TIE
-
-
-
Rate
-
00
-
-
-
-
ON
AIR
-
-
-
-
AUTO
-
-
-
- <% }) %> -<% } %> \ No newline at end of file