Masonry: remove built-in column number condition
This commit is contained in:
parent
fbbac36b4a
commit
bb3ba32dc5
3 changed files with 12 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
contain: layout style;
|
||||
gap: 4px;
|
||||
|
||||
> * {
|
||||
>* {
|
||||
max-height: 35vh;
|
||||
min-height: 40px;
|
||||
min-width: 40px;
|
||||
|
@ -26,16 +26,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
> * > * {
|
||||
>*>* {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
> * > :where(img, video) {
|
||||
>*> :where(img, video) {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
> * >.sensitive-placeholder {
|
||||
>*>.sensitive-placeholder {
|
||||
display: inline-flex;
|
||||
display: inline flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue