mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Fix progress bar max width 100%
This commit is contained in:
parent
9c9ef22730
commit
b2f63bf231
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue