mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Maxwidth fix on activity.
This commit is contained in:
parent
b08d8eb023
commit
5530e87a73
1 changed files with 2 additions and 1 deletions
|
@ -351,7 +351,7 @@ input[type="color"],
|
||||||
}
|
}
|
||||||
.dashboard-activity-poster-face {
|
.dashboard-activity-poster-face {
|
||||||
height: 141px;
|
height: 141px;
|
||||||
max-width: 250px;
|
width: 250px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
background-color: rgba(255,255,255,.03);
|
background-color: rgba(255,255,255,.03);
|
||||||
|
@ -363,6 +363,7 @@ input[type="color"],
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 140px;
|
height: 140px;
|
||||||
min-width: 140px;
|
min-width: 140px;
|
||||||
|
max-width: 250px;
|
||||||
}
|
}
|
||||||
.dashboard-activity-poster-music-bg {
|
.dashboard-activity-poster-music-bg {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue