-
"Please assign me a task to standardize padding units (px to rem) for #footer-email and #footer-message in CSS. It will help improve consistency and scalability across different screen sizes."
-
Currently if you have a nested selector inside of a `fragment` it throws.
This is because this
```js
fragment`
transform: scale(1.5);
&:hover {
transform: scale(2);
}
`
```
tur…
-
Users who make PNG exports at very high resolutions (e.g. for publication) run in to the issue that text font sizes are fixed and do not scale, leading to very tiny titles, labels, etc in the larger i…
-
https://css-tricks.com/scaled-proportional-blocks-with-css-and-javascript/
CSS scale() seems to be the way.
`var scale = Math.min(
availableWidth / contentWidth,
availableHeight / conten…
-
When I import "import '@devnomic/marquee/dist/index.css'" the styling of components are affected, even those that don't include the Marquee component.
-
test.css:
```css
#app {
scale: 0.1;
}
```
```bash
npx doiuse test.css --browsers "chrome
-
*PHP Version:* 8.2 | *Shopware Version:* 6.6.6.0 | *Affected area / extension:* Platform(Default)
----
*_Expected behaviour:_*
By default, the scroll up button is shown in the bottom right c…
-
There currently is no way to reset the inner `width/height` and `widthTouched/heightTouched`,
I.e: no way to make the component automatically scale again, forcing through css works look-wise, but wil…
-
### Make this app more scalable with best practices
1. replace the fragment that wraps the entire app with div along with the class app and role application
2. replace #root style in global.css wi…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…