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:
parent
d08cd4d1cd
commit
ecf0ee0c34
10 changed files with 31 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue