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

Merge branch 'jellyfin:master' into chapter-markers

This commit is contained in:
Viperinius 2022-07-03 17:08:49 +02:00 committed by GitHub
commit ca84407884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 933 additions and 179 deletions

View file

@ -17,6 +17,11 @@
width: 100%;
}
.emby-input[type=color] {
height: 2.5em;
padding: 0;
}
.emby-input::-moz-focus-inner {
border: 0;
}