The icon is broken for scaled popups
See original GitHub issueFrom https://github.com/sweetalert2/sweetalert2/issues/855#issuecomment-369559111
If we change the base font-size of .swal2-popup
, the icon is broken:
.swal2-popup {
font-size: 1.5rem;
}
Live demo: https://jsfiddle.net/ad3quksn/671/
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Notification area is broken under 110% scaling. Any way to fix it?
The problem is apparently caused by glitchy calculations for "irregular" scaling values' like 110%. It is not surprising that 125% scaling works ...
Read more >react-leaflet map not correctly displayed - Stack Overflow
Update · 1. react-leaflet package · 2. Leaflet package: Either, install it using npm. npm install leaflet and import 'leaflet/dist/leaflet.css'; in the file...
Read more >Steam Popup windows empty, menus not working tray icon ...
I've started having a weird problem with Steam on one of my machines and I now can't log in. I started noticing that...
Read more >Changing the Pop-up Blocker Settings in Chrome, Firefox, or ...
Changing the Pop-up Blocker Settings in Chrome, Firefox, or Internet Explorer ... Click the menu button and choose Options. 2. Select the Content...
Read more >Listview - jQuery Mobile Demos
To prevent icons from appearing altogether, set the data-icon attribute to "false". ... The framework will scale the image to 80 pixels square....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://jsfiddle.net/ad3quksn/669/
Fixed in #984, thanks again @Kuzcoo
I also fixed toasts in #994