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

Fix automatic vendor prefix removal

This commit is contained in:
MrTimscampi 2019-12-30 13:38:51 +01:00
parent d08cd4d1cd
commit ecf0ee0c34
10 changed files with 31 additions and 10 deletions

View file

@ -4,6 +4,7 @@ button::-moz-focus-inner {
}
button {
-webkit-border-fit: border !important;
}
.card {
@ -774,4 +775,4 @@ button {
.cardOverlayFab-primary:hover {
transform: scale(1.4, 1.4);
transition: 0.2s;
}
}