mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
Fix: Removed the excess left padding from collection items so that they align better with the page
This commit is contained in:
@@ -2723,6 +2723,14 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.collectionItems .sectionTitleContainer.padded-left {
|
||||||
|
padding-left: .375em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.collectionItemsContainer.padded-left {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.sliderBubble {
|
.sliderBubble {
|
||||||
border-radius: var(--largeRadius);
|
border-radius: var(--largeRadius);
|
||||||
border: var(--defaultBorder);
|
border: var(--defaultBorder);
|
||||||
|
|||||||
Reference in New Issue
Block a user