Fix: Removed the excess left padding from collection items so that they align better with the page
This commit is contained in:
parent
1918c9b054
commit
6b1c3a67f3
1 changed files with 8 additions and 0 deletions
|
|
@ -2723,6 +2723,14 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.collectionItems .sectionTitleContainer.padded-left {
|
||||
padding-left: .375em;
|
||||
}
|
||||
|
||||
.collectionItemsContainer.padded-left {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.sliderBubble {
|
||||
border-radius: var(--largeRadius);
|
||||
border: var(--defaultBorder);
|
||||
|
|
|
|||
Loading…
Reference in a new issue