Fixed dropdown padding.

This commit is contained in:
Jam 2023-10-11 21:40:13 +01:00
parent f63de9286f
commit b3c2c88cd2
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;