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

Move styles to class

This commit is contained in:
MBR#0001 2023-09-12 22:27:16 +02:00
parent 29b7be4a96
commit 29298cb823
No known key found for this signature in database
GPG key ID: A938970B8DD3F170
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
.originalSubtitleFileLabel {
margin-right: 1em;
}
.subtitleFeaturePillow {
background: #3388cc;
color: #fff;
padding: .3em 1em;
border-radius: 1000em;
margin-right: 0.25em;
}