File tree Expand file tree Collapse file tree 1 file changed +38
-2
lines changed
Expand file tree Collapse file tree 1 file changed +38
-2
lines changed Original file line number Diff line number Diff line change 9191 width : 100% ;
9292 }
9393
94+ .dashboard-container {
95+ gap : 15px ;
96+ margin : 15px ;
97+ padding : 15px ;
98+ }
99+
100+ # media-player {
101+ min-height : fit-content;
102+ }
103+
104+ .tool-help-button {
105+ height : 35px ;
106+ width : 35px ;
107+ }
108+
109+ .discover-carousel ,
110+ # genre-tabs {
111+ width : 100% ;
112+ flex-direction : row;
113+ flex-wrap : wrap;
114+ }
115+
116+ .enh-compact-item .artist-card {
117+ width : 45% ;
118+ }
119+
120+ .sidebar-header {
121+ text-align : right;
122+ }
123+
94124 .main-content {
95125 width : 100% ;
96126 flex : 1 ;
164194 transform : translateY (-5px );
165195 }
166196
167- .musicbrainz-button : hover + .musicbrainz-tooltip {
197+ .musicbrainz-button : hover + .musicbrainz-tooltip {
168198 transform : translateY (0 );
169199 }
170200
18441874 border-radius : 0 ;
18451875 height : 100vh ;
18461876 }
1877+
18471878 .import-album-grid {
18481879 grid-template-columns : repeat (auto-fill, minmax (120px , 1fr ));
18491880 gap : 10px ;
18501881 }
1882+
18511883 .import-singles-header {
18521884 flex-direction : column;
18531885 align-items : flex-start;
18541886 }
1887+
18551888 .import-singles-actions {
18561889 width : 100% ;
18571890 flex-wrap : wrap;
18581891 }
1892+
18591893 .import-match-item {
18601894 flex-wrap : wrap;
18611895 }
1896+
18621897 .import-match-file {
18631898 text-align : left;
18641899 flex-basis : 100% ;
18651900 }
1901+
18661902 .import-album-hero {
18671903 flex-direction : column;
18681904 text-align : center;
18691905 }
1870- }
1906+ }
You can’t perform that action at this time.
0 commit comments