prevent user select on controls
This commit is contained in:
parent
06c540e053
commit
1e1c294337
1 changed files with 2 additions and 0 deletions
|
@ -214,6 +214,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
#player {
|
#player {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -304,6 +305,7 @@
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#controls .riser {
|
#controls .riser {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue