Fixes selection issues on iOS devices (#671)

This commit is contained in:
Mico 2022-07-21 16:04:27 +03:00 committed by GitHub
parent 17cb977e70
commit 5f31e86e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,7 @@
.avatar {
&.round {
border-radius: 50%;
-webkit-user-select: none;
}
&.mini {
@ -200,6 +201,7 @@
.tweet-stats {
margin-bottom: -3px;
-webkit-user-select: none;
}
.tweet-stat {
@ -231,6 +233,7 @@
left: 0;
top: 0;
position: absolute;
-webkit-user-select: none;
&:hover {
background-color: var(--bg_hover);