diff options
| author | Zousar Shaker <[email protected]> | 2026-02-26 11:44:54 -0700 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-02-26 11:44:54 -0700 |
| commit | 082b7c07d8dda1f08d992b5412b93353e38368d3 (patch) | |
| tree | 307c57baef7884085a0546bdfc5189de9fe9eabf /src/zenserver/frontend/html/zen.css | |
| parent | work around doctest shutdown issues with static CRT (#784) (diff) | |
| parent | updatefrontend (diff) | |
| download | zen-082b7c07d8dda1f08d992b5412b93353e38368d3.tar.xz zen-082b7c07d8dda1f08d992b5412b93353e38368d3.zip | |
Merge pull request #787 from ue-foundation/zs/web-ui-improvements
icon and header logo changes
Diffstat (limited to 'src/zenserver/frontend/html/zen.css')
| -rw-r--r-- | src/zenserver/frontend/html/zen.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/zenserver/frontend/html/zen.css b/src/zenserver/frontend/html/zen.css index 34c265610..702bf9aa6 100644 --- a/src/zenserver/frontend/html/zen.css +++ b/src/zenserver/frontend/html/zen.css @@ -365,6 +365,20 @@ a { margin: auto; user-select: none; position: relative; + display: flex; + align-items: center; + gap: 0.8em; + + #zen_icon { + width: 3em; + height: 3em; + } + + #zen_text { + font-size: 2em; + font-weight: bold; + letter-spacing: 0.05em; + } #go_home { width: 100%; @@ -379,7 +393,7 @@ a { filter: drop-shadow(0 0.15em 0.1em var(--theme_p2)); } - #ue_logo { + #epic_logo { position: absolute; top: 1em; right: 0; |