mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
svg icon css background contain
This commit is contained in:
parent
b209c29749
commit
af78f98106
1 changed files with 5 additions and 5 deletions
|
@ -3511,11 +3511,11 @@ a:hover .overlay-refresh-image:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.svg-icon {
|
.svg-icon {
|
||||||
padding: 10px;
|
padding: 10px !important;
|
||||||
background-origin: content-box;
|
background-origin: content-box !important;
|
||||||
background-size: cover;
|
background-size: contain !important;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat !important;
|
||||||
background-position: center;
|
background-position: center !important;
|
||||||
}
|
}
|
||||||
.platform-android {
|
.platform-android {
|
||||||
background-color: #a4ca39;
|
background-color: #a4ca39;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue