docked topic progress indicator too wide
This commit is contained in:
parent
e79c92c0e1
commit
7ff78cc013
@ -111,7 +111,7 @@ export default Ember.Component.extend({
|
||||
const style = `border-right-width: ${borderSize}; width: ${progressWidth}px`;
|
||||
$topicProgress.append(`<div class='bg' style="${style}"> </div>`);
|
||||
} else {
|
||||
$bg.css("border-right-width", borderSize).width(progressWidth);
|
||||
$bg.css("border-right-width", borderSize).width(progressWidth - 2);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user