瀏覽代碼

Mute and Increase Volume Buttons aren't user selectable

theflametrooper 8 年之前
父節點
當前提交
9f9f45c6bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 			}