6 ms·
Fractional scaling has landed in GNOME 3.32 (and may make it into Ubuntu 19.04)
- burtonator 8y agoAnyone know how this will work in browser and apps like Electron? All my icons are vectors or fonts so I can scale them proportionally. I'm still behind the curve on dark mode though.. I saw a reference to a proposed web standard to detect if the user prefers a dark mode but can't find it now.
- colejohnson66 8y agoNot web standard, but for macOS: https://stackoverflow.com/questions/25207077/how-to-detect-if-os-x-is-in-dark-mode https://stackoverflow.com/questions/25207077/how-to-detect-i...
- marco1 8y ago@media (prefers-color-scheme: light|dark|no-preference) { ... } https://drafts.csswg.org/mediaqueries-5/#descdef-media-prefers-color-scheme https://drafts.csswg.org/mediaqueries-5/#descdef-media-prefe...
- jdillaaa 8y agofinally! been waiting forever for this on my WQHD thinkpad with wayland edit: good post and discussion here https://www.phoronix.com/scan.php?page=news_item&px=GNOME-3.32-Fractional-Scaling https://www.phoronix.com/scan.php?page=news_item&px=GNOME-3....