Douglas Riddle

Results 7 comments of Douglas Riddle

@lakani By default the dialog surface is set to a max-width of 560px. My work-around was to create my own css file that loads after MatBlazor with the below to...

> No news ? > > I tried : > > ``` > > mdc-dialog .mdc-dialog__surface { > width: 500px; > } > > ``` > > But it doesn't...

I worked around this by calling the Halfmoon js within ```_Host.cshtml``` immediately before the blazor js instead of placing it in the ``````. I'm pulling it in from a library...

@brandondiamond, thank you for the update. I'll keep an eye out for the updated readme for ```MDCList``` next week since the linked .pdf seems to target pre-11.0.

On a related note, the readme may need to be updated for any other elements that use ```MDCList``` such as [MDCSelect](https://github.com/material-components/material-components-web/tree/master/packages/mdc-select).

The [README structure for mdc-list](https://github.com/material-components/material-components-web/tree/ae85f7eba0d72f4fa5f3e8669cd316336b3e6828/packages/mdc-list#two-line-list-example) is still incorrect with v12 https://codepen.io/DouglasRiddle/pen/bGWLjJX Any estimate on when this will be updated to show the new (non-deprecated) mdc-list structure?

I notice the same when the zoom level within the browser grows beyond 100% 100% ![image](https://user-images.githubusercontent.com/42001902/139324052-3854789d-62ab-4ef9-867e-bafb6b3ad2b3.png) 140% ![image](https://user-images.githubusercontent.com/42001902/139324114-cf76e302-c123-4687-bb95-aa8b37765363.png)