Skip to content

Commit

Permalink
Add minWidth to badges div
Browse files Browse the repository at this point in the history
  • Loading branch information
j-a-n committed Aug 17, 2024
1 parent df85233 commit dc0d7d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wallpanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,7 @@ class WallpanelView extends HuiView {
div.style.justifyContent = 'center';
div.style.gap = '8px';
div.style.margin = '0px';
div.style.minWidth = '200px'
config.badges.forEach(badge => {
let badgeConfig = JSON.parse(JSON.stringify(badge));
logger.debug("Creating badge:", badgeConfig);
Expand Down

0 comments on commit dc0d7d5

Please sign in to comment.