QoL frontend improvements (#267)

* refactor: add space for language title

* feat: add overflow-break to text-wrap class

* feat: add public key text wrapping for interfaces

* refactor: get rid of getlang function and set locale during initialization

fix: show english flag when locale does not match

* refactor: bind header logo alt attribute to companyName

* refactor: add language name to german

* refactor: add language name to russian

* refactor: add language name to english
This commit is contained in:
Ryazanov Alexander Mihailovich
2024-07-04 23:40:16 +03:00
committed by GitHub
parent 6f52cb2ada
commit 58294a3c2a
7 changed files with 30 additions and 18 deletions

View File

@@ -2,4 +2,8 @@ a.disabled {
pointer-events: none;
cursor: default;
color: #888888;
}
}
.text-wrap {
overflow-break: anywhere;
}