give more horizontal space to text in track lists

This commit is contained in:
Julien Maille 2020-08-21 23:15:07 +02:00
parent 036cd819e9
commit 818451a3db

View File

@ -1507,3 +1507,8 @@ button[data-button=add-recommendation] {
z-index: 3; z-index: 3;
pointer-events: none; pointer-events: none;
} }
#content .app-content, #tracklist-container {
padding-left: 1px !important;
padding-right: 1px !important;
}