From b6ae8ee4777ecfef356a3229597ef91a62ba55f7 Mon Sep 17 00:00:00 2001 From: dalfuss Date: Fri, 16 May 2025 10:28:45 +0200 Subject: [PATCH] changed Fedi link and icon, optimized css .link-each-image --- assets/css/style.css | 8 +++++--- assets/images/sharkey.svg | 1 + index.html | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 assets/images/sharkey.svg diff --git a/assets/css/style.css b/assets/css/style.css index 7c2c41e..04dab3f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -376,13 +376,15 @@ display-imagebody,html{ } .link-each-image{ - width:3em; - height:43px; + width: auto; + max-width: 3em; + height: auto; + max-height: 3em; position:absolute; left:9px; -o-object-fit: cover; object-fit: cover; - + padding: 3px; } .page-logo{ diff --git a/assets/images/sharkey.svg b/assets/images/sharkey.svg new file mode 100644 index 0000000..ae49863 --- /dev/null +++ b/assets/images/sharkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 384edfd..a5baf19 100644 --- a/index.html +++ b/index.html @@ -55,8 +55,8 @@