-
+
@for (row of seatsPerRow(); track $index) {
-
+
+
+
+
+ @if ($index % 4 === 0) {
+
+ speaker
+
+ }
+ @if ($index % 4 === 2) {
+
+ wall_lamp
+
+ }
+
+
+
+
+
+
+
+ @if ($index % 4 === 0) {
+
+ speaker
+
+ }
+ @if ($index % 4 === 2) {
+
+ wall_lamp
+
+ }
+
+
}
diff --git a/src/app/theater-overlay/theater-overlay.component.css b/src/app/theater-overlay/theater-overlay.component.css
index e69de29..dd48b70 100644
--- a/src/app/theater-overlay/theater-overlay.component.css
+++ b/src/app/theater-overlay/theater-overlay.component.css
@@ -0,0 +1,3 @@
+:host {
+ min-height: 100%;
+}
diff --git a/src/app/theater-overlay/theater-overlay.component.html b/src/app/theater-overlay/theater-overlay.component.html
index c4c736e..ef160bd 100644
--- a/src/app/theater-overlay/theater-overlay.component.html
+++ b/src/app/theater-overlay/theater-overlay.component.html
@@ -1,9 +1,14 @@
-