UI: Adjust weight for IOS platform (#5750)

This commit is contained in:
Alexander Zinchuk 2025-03-27 19:03:11 +01:00
parent 8b45cdb1bc
commit caca7348ef

View File

@ -64,6 +64,7 @@ body.is-ios,
body.is-macos {
--font-family: system-ui, -apple-system, BlinkMacSystemFont, "Roboto", "Apple Color Emoji", "Helvetica Neue",
sans-serif;
--font-weight-semibold: 600;
}
html[lang="fa"],
@ -83,10 +84,6 @@ body.is-ios {
--border-radius-messages-small: 0.5rem;
}
body.is-macos {
--font-weight-semibold: 600;
}
body.is-electron {
--custom-cursor: default;
}