mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fixed dropdown padding.
This commit is contained in:
parent
f63de9286f
commit
b3c2c88cd2
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user