Prevent selection on rewind/forward texts

pull/4795/head
Chocobozzz 2022-02-08 11:22:43 +01:00
parent c356907b71
commit cbedb6a5ee
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
position: relative;
top: calc(50% - 10px);
transform: translateY(-50%);
user-select: none;
}
.main-button,