Fix detailRibbon flex-direction: column -> row so mainDetailButtons and itemMiscInfo-primary share a row (buttons left, ratings right)
This commit is contained in:
@@ -2368,7 +2368,7 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
||||
|
||||
.detailRibbon {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user