mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-13 02:14:56 -05:00
[PR #309] [MERGED] cobalt.css: fix blurry text on modal contents #1092
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/309
Author: @busybox11
Created: 1/8/2024
Status: ✅ Merged
Merged: 1/8/2024
Merged by: @wukko
Base:
current← Head:current📝 Commits (1)
177fa3ccobalt.css: fix blurry text on modal contents📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/front/cobalt.css(+1 -1)📄 Description
For some reason, chromium-based browsers show blurry contents inside
#popup-contentdivs with a double valued border-radius. It doesn't happen on Firefox.Screenshots
Safari still renders blurry text, though this border-radius PR does not fix it.
The
translateof thetransformproperty from the.centerclass is the culprit, as you can see in the two screenshots below. This might need more time to fix, that's why I didn't look into it yet. This little PR will already fix this issue for most users though.Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.