Bruno Oliveira

Results 7 comments of Bruno Oliveira

You can change the font size by styling the subtitle shadow dom with this code: ```css video::-webkit-media-text-track-display { font-size: 50px; } ``` I can do a PR if this ideia...

Qual o tipo de CNPJ deve ser a do dev contratado como PJ?

Duplicated, see #243

Same problem here, but with events: ```javascript import { useEffect, useState } from 'preact/hooks'; const useWindowFocus = () => { const [visible, setVisible] = useState('visible'); useEffect(() => { const handleVisibilityChange...

Thanks for the feedback! Do you want to keep this issue to add something to the docs? Otherwise, my question was answered and you can close it.

I like this approach better: ```gleam sketch.global(cache, [ sketch.selector("p", [sketch.text_align("center")]), sketch.selector("div", [sketch.margin(px(0))]), ]) ``` I think the other one gets very limited for pseudo-selectors as you can see here: https://github.com/sindresorhus/modern-normalize/blob/main/modern-normalize.css...

started here! give me your thoughts, open issues if you think it's worth and let's do it! https://github.com/brunoti/lumiere pure gleam!