Fix: misaligned arrows in drop-down lists
This commit is contained in:
parent
c17294ac68
commit
b6b3641590
1 changed files with 636 additions and 640 deletions
|
|
@ -231,12 +231,6 @@ html {
|
||||||
max-height: 2em;
|
max-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailsGroupItem,
|
|
||||||
.trackSelections .selectContainer {
|
|
||||||
/*flex-direction: column;*/
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-mobile .mainDetailButtons {
|
.layout-mobile .mainDetailButtons {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
@ -251,15 +245,6 @@ html {
|
||||||
padding: .5em !important;
|
padding: .5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.trackSelections .selectContainer .detailTrackSelect {
|
|
||||||
/* padding: inherit; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.selectArrowContainer {
|
|
||||||
top: .5em;
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btnPlay {
|
.btnPlay {
|
||||||
background-color: rgba(255, 255, 255, 0.05);
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
/* border-radius: .5em 0em 0em .5em; */
|
/* border-radius: .5em 0em 0em .5em; */
|
||||||
|
|
@ -619,7 +604,18 @@ html {
|
||||||
|
|
||||||
.detailsGroupItem,
|
.detailsGroupItem,
|
||||||
.trackSelections .selectContainer {
|
.trackSelections .selectContainer {
|
||||||
|
/*flex-direction: column;*/
|
||||||
max-width: unset !important;
|
max-width: unset !important;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.trackSelectionFieldContainer>.selectArrowContainer {
|
||||||
|
top: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.selectArrowContainer {
|
||||||
|
/* top: .5em; */
|
||||||
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailSectionContent {
|
.detailSectionContent {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue