mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user