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:
parent
3339315b9c
commit
270b717cd0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue