Max McKinney
Max McKinney
Currently there stands no way to use this with the new Recycler View and have the FAB hide itself upon a scroll using "attachToListView"
I have unity installed in the default location, but when I open the test project and build it I get these errors. I'm also curious how the UWP app can...
So I've got a simple grid from layout_card: ```yaml base_myhomekit_card_grid: # Detault vars #### default: - cards: "" card: type: custom:layout-card layout_type: grid layout_options: grid-template-columns: 1fr 1fr 1fr 1fr 1fr...
Not sure where or why this inline style is being applied to the crayon-toolbar class, but it sets the height at 18px which isn't tall enough. I can't find a...
It would be great to apply a different margin to the layout based on the screen size. Especially when used with the grid-layout. ```yaml type: custom:grid-layout layout: grid-template-columns: 1fr 1fr...
I have a simple layout_card that I've used in other parts of my dashboard, shown below: ```yaml type: custom:layout-card layout_type: grid layout: grid-template-columns: repeat(auto-fill, minmax(115px, 160px)) grid-template-rows: auto grid-gap: 8px...
**Describe the bug** In my `+layout.svelte` root file I have this import statement for my global css ```css @import url('../app.css'); ``` However the imported css is not processed via PostCSS....
Any chance we could get a markdown file format in the preview selection?
Just as the title says. This would follow the same functionality that the colors and typography have currently.