mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Keep standard properties in CSS along with vendored
This commit is contained in:
parent
5fb98e950b
commit
91f5866d35
@ -110,6 +110,7 @@
|
|||||||
|
|
||||||
.detailButton-mobile,
|
.detailButton-mobile,
|
||||||
.skinHeader {
|
.skinHeader {
|
||||||
|
flex-direction: column;
|
||||||
-webkit-flex-direction: column;
|
-webkit-flex-direction: column;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-box-direction: normal
|
-webkit-box-direction: normal
|
||||||
|
@ -115,6 +115,16 @@
|
|||||||
margin-bottom: .25em;
|
margin-bottom: .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes repaintChrome {
|
||||||
|
from {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
to {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@-webkit-keyframes repaintChrome {
|
@-webkit-keyframes repaintChrome {
|
||||||
from {
|
from {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
_:-ms-input-placeholder {
|
_:-ms-input-placeholder {
|
||||||
|
appearance: none;
|
||||||
-ms-appearance: none;
|
-ms-appearance: none;
|
||||||
height: 2.223em;
|
height: 2.223em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user