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

Add missing semicolon (Lint)

This commit is contained in:
Dmitry Lyzo 2020-07-26 19:25:58 +03:00
parent 3339315b9c
commit 270b717cd0

View file

@ -6,7 +6,7 @@
left: 0; left: 0;
z-index: 1000; z-index: 1000;
pointer-events: none; pointer-events: none;
transition: 0.2s transition: 0.2s;
} }
.subtitleappearance-fullpreview-hide { .subtitleappearance-fullpreview-hide {