mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-05 00:38:53 +01:00
Merge pull request #4 from JamsRepos/main
Fix Dropdown Padding on Tracks
This commit is contained in:
commit
f31810f4fd
@ -347,6 +347,11 @@
|
|||||||
margin-top: 20px !important;
|
margin-top: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix for track select dropdowns */
|
||||||
|
.trackSelections .selectContainer .detailTrackSelect {
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Re-position title */
|
/* Re-position title */
|
||||||
.layout-desktop .infoWrapper {
|
.layout-desktop .infoWrapper {
|
||||||
margin-top: 245px !important;
|
margin-top: 245px !important;
|
||||||
|
|||||||
@ -369,6 +369,11 @@ html {
|
|||||||
margin-top: 20px !important;
|
margin-top: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix for track select dropdowns */
|
||||||
|
.trackSelections .selectContainer .detailTrackSelect {
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Re-position title */
|
/* Re-position title */
|
||||||
.layout-desktop .infoWrapper {
|
.layout-desktop .infoWrapper {
|
||||||
margin-top: 245px !important;
|
margin-top: 245px !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user