mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Fix containerbelow image article padding when empty.
This commit is contained in:
parent
80738e1eb1
commit
51040d9b50
@ -340,6 +340,9 @@ article:hover .article-containerlower-image {
|
||||
padding-top: calc(var(--size-grid-gutter)/2);
|
||||
padding-bottom: var(--size-grid-gutter);
|
||||
}
|
||||
.article-containerbelow:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.article-image {
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user