Skip to content

Commit

Permalink
Show descriptions in settings dialogs even for mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Dec 11, 2020
1 parent 3f46bba commit 26f5570
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
1. Fix track listing when multi-disc albums shown as one.
2. Fix track count in rating dialog for multi-disc albums shown as one.
3. Translation update.
4. Show descriptions in settings dialogs even for mobile.

2.1.0
-----
Expand Down
4 changes: 4 additions & 0 deletions MaterialSkin/HTML/material/html/css/classic-skin/mods.css
Original file line number Diff line number Diff line change
Expand Up @@ -427,3 +427,7 @@ div#Info0, div#Info1, div#Info2, div#Info3, div#Info4, div#Info5, div#Info6, div
.songInfoText .stdclick {
width:initial!important;
}

.hiddenDesc {
display:contents!important;
}

0 comments on commit 26f5570

Please sign in to comment.