aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/frontend/html/zen.css
diff options
context:
space:
mode:
authorzousar <[email protected]>2026-02-19 13:55:44 -0700
committerzousar <[email protected]>2026-02-19 13:55:44 -0700
commitcae12611580c6c28b1362fa28181b8f388516a47 (patch)
tree62b8b85204b3d54c5a695e2250f15db236fdeaca /src/zenserver/frontend/html/zen.css
parentMerge branch 'main' into zs/web-ui-improvements (diff)
downloadzen-cae12611580c6c28b1362fa28181b8f388516a47.tar.xz
zen-cae12611580c6c28b1362fa28181b8f388516a47.zip
icon and header logo changes
Diffstat (limited to 'src/zenserver/frontend/html/zen.css')
-rw-r--r--src/zenserver/frontend/html/zen.css16
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;