Browse Source

Removed ability to pause videos for default role

theflametrooper 8 years ago
parent
commit
0132e56e15

+ 4 - 0
frontend/components/Admin/QueueSongs.vue

@@ -269,6 +269,10 @@
 		flex-direction: column;
 		align-items: center;
 		padding: 10px;
+
+		iframe {
+			pointer-events: none;
+		}
 	}
 
 	.save-changes { color: #fff; }

+ 4 - 0
frontend/components/Admin/Songs.vue

@@ -261,6 +261,10 @@
 		flex-direction: column;
 		align-items: center;
 		padding: 10px;
+
+		iframe {
+			pointer-events: none;
+		}
 	}
 
 	.save-changes { color: #fff; }

+ 1 - 1
frontend/components/Station/Station.vue

@@ -488,7 +488,7 @@
 				left: 0;
 				width: 100%;
 				height: 100%;
-				/*pointer-events: none;*/
+				pointer-events: none;
 			}
 		}
 		.video-col {