Maxwidth fix on activity.

This commit is contained in:
Tim 2015-08-02 20:33:45 +02:00
commit 5530e87a73

View file

@ -351,7 +351,7 @@ input[type="color"],
}
.dashboard-activity-poster-face {
height: 141px;
max-width: 250px;
width: 250px;
position: relative;
top: 0px;
background-color: rgba(255,255,255,.03);
@ -363,6 +363,7 @@ input[type="color"],
overflow: hidden;
height: 140px;
min-width: 140px;
max-width: 250px;
}
.dashboard-activity-poster-music-bg {
background-position: center;