mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Keep standard properties in CSS along with vendored
This commit is contained in:
parent
5fb98e950b
commit
91f5866d35
3 changed files with 12 additions and 0 deletions
|
@ -115,6 +115,16 @@
|
|||
margin-bottom: .25em;
|
||||
}
|
||||
|
||||
@keyframes repaintChrome {
|
||||
from {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes repaintChrome {
|
||||
from {
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue