Enhance ZenWelcome styling and functionality

- Add nowrap to welcome text for better layout
- Change button attribute to class for primary styling
- Update window centering logic to improve user experience
This commit is contained in:
mr. M
2025-02-17 13:19:54 +01:00
parent c857541666
commit 68a3096683
2 changed files with 14 additions and 8 deletions

View File

@@ -36,6 +36,7 @@
line-height: 1.1;
max-width: 50%;
font-weight: 500;
white-space: nowrap;
& > span {
display: block;