diff --git a/changelog.md b/changelog.md index 5c1fe60..717322b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-10-12 - 1.4.2 - fix(UI) +Improve text rendering in account navigation. + +- Fix for text alignment in the commit info section of the account navigation. +- Adjusted font settings for better readability. + ## 2024-10-07 - 1.4.1 - fix(core) Bug fixes and UI enhancements diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d6988a7..58c4d1f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@idp.global/idp.global', - version: '1.4.1', + version: '1.4.2', description: 'An identity provider software managing user authentications, registrations, and sessions.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index d6988a7..58c4d1f 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@idp.global/idp.global', - version: '1.4.1', + version: '1.4.2', description: 'An identity provider software managing user authentications, registrations, and sessions.' } diff --git a/ts_web/elements/account/navigation.ts b/ts_web/elements/account/navigation.ts index 74b749a..f858ff6 100644 --- a/ts_web/elements/account/navigation.ts +++ b/ts_web/elements/account/navigation.ts @@ -85,6 +85,7 @@ export class LeleAccountNavigation extends DeesElement { position: absolute; bottom: 0px; left: 0px; + font-family: 'Intel One Mono'; width: 100%; font-size: 12px; padding: 8px; @@ -114,6 +115,7 @@ export class LeleAccountNavigation extends DeesElement { padding: 8px; padding-left: 10px; margin-bottom: 5px; + font-size: 14px; } .navigationOption:hover {