Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit d2c53ea

Browse files
author
danste2.su
committed
fix html alignment on mobile
1 parent 6bd7f5e commit d2c53ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/music_assistant_jukebox/files/jukebox.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,14 +430,14 @@
430430
}
431431

432432
.source-filters {
433-
text-align: left;
433+
text-align: center;
434434
margin: 10px 0;
435435
}
436436

437437
.source-filter-btn {
438438
font-size: 0.8em;
439439
padding: 6px 12px;
440-
margin: 0 3px 3px 0;
440+
margin: 0px 3px 3px 0px;
441441
}
442442

443443
.results-table {

0 commit comments

Comments
 (0)