mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2343 from jellyfin/plugin-icon
fix image alignment on plugin cards
This commit is contained in:
commit
536797a22f
9 changed files with 53 additions and 51 deletions
|
@ -174,6 +174,7 @@ button::-moz-focus-inner {
|
|||
|
||||
.cardScalable .cardImageContainer {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
contain: strict;
|
||||
}
|
||||
|
||||
|
@ -225,8 +226,8 @@ button::-moz-focus-inner {
|
|||
}
|
||||
|
||||
.visualCardBox .cardContent {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-left-radius: 0.2em;
|
||||
border-top-right-radius: 0.2em;
|
||||
}
|
||||
|
||||
.cardContent-shadow,
|
||||
|
@ -368,11 +369,6 @@ button::-moz-focus-inner {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
.cardImageIcon-small {
|
||||
font-size: 3em !important;
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
.cardIndicators {
|
||||
right: 0.225em;
|
||||
top: 0.225em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue