prevent user select on controls

This commit is contained in:
torcado194 2022-03-27 21:18:27 -04:00
parent 06c540e053
commit 1e1c294337

View file

@ -214,6 +214,7 @@
width: 100%;
display: flex;
margin-bottom: 20px;
user-select: none;
}
#player {
width: 100%;
@ -304,6 +305,7 @@
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
user-select: none;
}
#controls .riser {