Explorar o código

Mute and Increase Volume Buttons aren't user selectable

theflametrooper %!s(int64=8) %!d(string=hai) anos
pai
achega
9f9f45c6bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/components/Station/Station.vue

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

@@ -657,6 +657,7 @@
 		position: relative;
 		display: flex;
 		align-items: center;
+		.material-icons { user-select: none; }
 	}
 
 	.material-icons { cursor: pointer; }
@@ -722,7 +723,6 @@
 			}
 		}
 		@media (max-width: 998px) {
-
 			.mobile-only {
 				display: block;
 			}