Masonry: remove built-in column number condition

This commit is contained in:
thislight 2024-11-23 13:53:10 +08:00
parent fbbac36b4a
commit bb3ba32dc5
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
3 changed files with 12 additions and 10 deletions

View file

@ -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;