1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Adjust text selection rules

This commit is contained in:
MrTimscampi 2020-07-06 20:45:31 +02:00
parent df0f266ef0
commit d0e2d0c91b

View file

@ -3,6 +3,10 @@ html {
margin: 0;
padding: 0;
height: 100%;
}
.layout-mobile,
.layout-tv {
user-select: none;
}