Merge pull request #4 from JamsRepos/main

Fix Dropdown Padding on Tracks
This commit is contained in:
Josh Wilberger 2023-12-03 02:07:24 -05:00 committed by GitHub
commit f31810f4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -347,6 +347,11 @@
margin-top: 20px !important;
}
/* Fix for track select dropdowns */
.trackSelections .selectContainer .detailTrackSelect {
padding: 0 10px;
}
/* Re-position title */
.layout-desktop .infoWrapper {
margin-top: 245px !important;

View File

@ -369,6 +369,11 @@ html {
margin-top: 20px !important;
}
/* Fix for track select dropdowns */
.trackSelections .selectContainer .detailTrackSelect {
padding: 0 10px;
}
/* Re-position title */
.layout-desktop .infoWrapper {
margin-top: 245px !important;