Bruce Blaser

Results 351 comments of Bruce Blaser

@DEVelooper29 This is looking better but I still think there are styling issues. Are you testing by adjusting the width of the editor iframe? How about zooming in the page...

Functionally, this is fine. But stylistically, I think it still needs work. Is it OK if I take a crack at this?

I think for handling other languages we will need to set a custom minimum width on the `.utility-bar` grid columns based on the longest word for each language. I have...

@moT01 Let me add the remaining language customizations real quick and I think it's good to go.

I've added the button width customizations for the various languages we support. The two Chinese languages can use the default (English) width since their words for "Reset" and "Help" are...

> Isn't there a way to make this more dynamic? Sure, but I think we might need to violate @Sboonny 's rule above about not using media queries if we...

I thought using container queries (in browsers that support it) would gain us some advantage but it really doesn't. I think the best way to do this is to set...

> * `auto` in the grid and not mind the buttons having different widths. Ahh, I thought having the buttons all the same width was a requirement. This changes things...

> How do we account for the word "share", which isn't translated Where is the word "share" being used?

@Sboonny I've removed those unnecessary CSS properties. Ultimately, if we are not 100% happy with how this works then I think we need to open a new issue and discuss...