-
Taking the following example:
````qmd
---
format: html
---
::: {.grid data-masonry='{ "itemSelector": ".grid-item", "gutter": 0 }'}
:::
````
The Quarto VSCode extension will fail to read…
-
### UIkit version
3.0.0-rc.4
### Browser
Safari, Chrome, Firefox
### Reproduction Link
https://codepen.io/macsupport/pen/dKGNJP
### Steps to reproduce
Using a dropdown in a masonr…
-
Hi all! This is more of a question, and my apologies if this has been discussed in somewhere else. Please point me there :)
Currently, the posts in a Query Loop block only show up vertically, and I…
-
I have a situation where my items are cards that can be expanded to show more info and this behavior can cause the masonry grid to recalculate the positions of the items, and the item that the user is…
-
### Actual behaviour
Describe us what happens
I want to use following page in the Android App:
```
config:
label: Jay
layoutType: responsive
order: "1"
sidebar: true
blocks:
…
-
``
on load, i append the children and this works fine
`this.$.cardGrid.appendChild(card);`
(card is just an element i created, tried with normal article as in example, same result)
but if i sw…
-
### Describe the bug, what's wrong, and what you expected.
I am trying to map a texture to a draped grid of ERT values.
Can't get the png of my texture to be accurately mapped to the grid I am gene…
-
### UIkit Version
3.7.6
### Actual Behavior
The masonry grid does not position its children correctly if the first child has a bigger width than the other children.
For example:
### Expe…
-
My Home Assistant version: 2022.5.3
Layout-card version 2.4.1:
What I am doing: Installation
What I expected to happen: to see a new view with lovelace layout
Masonry (custom:masonry-layou…
-
I have my page set up by default to 2 columns, then switch to 1 column when i hit a width breakpoint. When this transition happens, all the child tiles get deleted, then re-added to page. This trigger…