fix 1px gaps inconsistency

This commit is contained in:
end-4
2024-03-03 01:20:30 +07:00
parent 4c0cc1237a
commit fefab9a791
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ export default () => {
onSecondaryClickRelease: () => execAsync(['bash', '-c', 'playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"` &']).catch(print),
onMiddleClickRelease: () => execAsync('playerctl play-pause').catch(print),
child: Box({
className: 'spacing-h-5',
className: 'spacing-h-4',
children: [
SystemResourcesOrCustomModule(),
BarGroup({ child: musicStuff }),