From 6e79527bb5743481148f492274b7a19da057366c Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 19 Nov 2022 13:38:25 -0700 Subject: A few more fixes from going live --- static/css/style.css | 11 +++++-- static/img/icon-admin-512.png | Bin 0 -> 48813 bytes static/img/icon-admin.svg | 66 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 static/img/icon-admin-512.png create mode 100644 static/img/icon-admin.svg (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 426308d..1584e68 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -617,6 +617,7 @@ form .button:hover { height: auto; object-fit: cover; margin: -65px -15px 0 -15px; + border-radius: 5px 0 0 0; display: block; } @@ -633,6 +634,7 @@ h1.identity .banner { display: block; width: calc(100% + 30px); margin: -65px -15px 20px -15px; + border-radius: 5px 0 0 0; } h1.identity .icon { @@ -644,10 +646,10 @@ h1.identity .icon { h1.identity small { display: block; - font-size: 80%; + font-size: 60%; font-weight: normal; color: var(--color-text-dull); - margin: -10px 0 0 0; + margin: -5px 0 0 0; } .bio { @@ -834,6 +836,11 @@ h1.identity small { header menu a.identity { width: 50px; padding: 10px 10px 0 0; + font-size: 0; + } + + header menu a.identity i { + font-size: 22px; } .right-column { diff --git a/static/img/icon-admin-512.png b/static/img/icon-admin-512.png new file mode 100644 index 0000000..1a0ada9 Binary files /dev/null and b/static/img/icon-admin-512.png differ diff --git a/static/img/icon-admin.svg b/static/img/icon-admin.svg new file mode 100644 index 0000000..d495b6f --- /dev/null +++ b/static/img/icon-admin.svg @@ -0,0 +1,66 @@ + + + + -- cgit v1.2.3