Fix progress bar max width 100%

This commit is contained in:
JonnyWong16 2016-07-24 10:22:02 -07:00
commit b2f63bf231

View file

@ -598,6 +598,7 @@ a .users-poster-face:hover {
} }
.dashboard-instance.hover .bar { .dashboard-instance.hover .bar {
height: 14px; height: 14px;
max-width: 100%;
transform-origin: top; transform-origin: top;
transition: all .2s ease; transition: all .2s ease;
border-radius: 0px 0px 3px 3px; border-radius: 0px 0px 3px 3px;
@ -608,6 +609,7 @@ a .users-poster-face:hover {
} }
.dashboard-instance.hover .bufferbar { .dashboard-instance.hover .bufferbar {
height: 14px; height: 14px;
max-width: 100%;
transform-origin: top; transform-origin: top;
transition: all .2s ease; transition: all .2s ease;
border-radius: 0px 0px 3px 3px; border-radius: 0px 0px 3px 3px;
@ -836,6 +838,7 @@ a .users-poster-face:hover {
background-color: #444; background-color: #444;
position: absolute; position: absolute;
height: 6px; height: 6px;
max-width: 100%;
overflow: hidden; overflow: hidden;
} }
.dashboard-activity-progress .bar { .dashboard-activity-progress .bar {
@ -853,6 +856,7 @@ a .users-poster-face:hover {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
position: absolute; position: absolute;
height: 6px; height: 6px;
max-width: 100%;
overflow: hidden; overflow: hidden;
} }
.dashboard-activity-metadata-wrapper { .dashboard-activity-metadata-wrapper {