Refine content-list-style-lines spacing
Reduce bottom spacing to account for transparent container.
This commit is contained in:
parent
39feb07b98
commit
2778697a49
@ -1 +1 @@
|
||||
:root .content-list-style-lines{--content-li-background: none;--card-content-li-background: none;--story-blog-li-background: none;--chapter-li-background: none;--chapter-li-padding-bottom-offset: var(--chapter-list-gap, 4px)}:root .content-list-style-lines :is(.chapter-group__list-item,.story__blog-list-item,.card__link-list-item){border-radius:0;border-bottom:var(--content-li-hr-border)}:root .content-list-style-lines .card__link-list-item{border-bottom:var(--card-content-li-hr-border, var(--content-li-hr-border));border-bottom-width:1px}:root .content-list-style-lines .card__link-list-item:last-child{border-bottom:none}
|
||||
:root .content-list-style-lines{--content-li-background: none;--card-content-li-background: none;--story-blog-li-background: none;--chapter-li-background: none;--chapter-li-padding-bottom-offset: var(--chapter-list-gap, 4px)}:root .content-list-style-lines :is(.chapter-group__list-item,.story__blog-list-item,.card__link-list-item){border-radius:0;border-bottom:var(--content-li-hr-border)}:root .content-list-style-lines .card__link-list-item{border-bottom:var(--card-content-li-hr-border, var(--content-li-hr-border));border-bottom-width:1px}:root .content-list-style-lines .card__link-list-item:last-child{border-bottom:none}:root .content-list-style-lines .card ._small .cell-list:last-child{margin-bottom:calc(var(--this-spacing)*.65)}
|
||||
|
@ -21,4 +21,8 @@
|
||||
.card__link-list-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.card ._small .cell-list:last-child {
|
||||
margin-bottom: calc(var(--this-spacing) * .65); // Offset list item padding
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user