From ec59b216df4aefada7502872dad9fbd8efe165e5 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:34:50 +0100 Subject: Optimises furthsettins images --- public/css/modules/link-gallery.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css') diff --git a/public/css/modules/link-gallery.css b/public/css/modules/link-gallery.css index 12ba16f..1d7f7f2 100644 --- a/public/css/modules/link-gallery.css +++ b/public/css/modules/link-gallery.css @@ -21,7 +21,10 @@ } .link-gallery--furthsettins img { + box-sizing: border-box; border-radius: 50%; + height: auto; + border: solid calc(2 * var(--relative-eighth-rem)) var(--text-color); } .link-gallery img { -- cgit v1.2.3 From 8b2d91cb1cdff722bb4913c8f023c6cd16801e5c Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:47:26 +0100 Subject: Optimises Scotsoun images --- public/css/modules/link-gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/modules/link-gallery.css b/public/css/modules/link-gallery.css index 1d7f7f2..d9f9514 100644 --- a/public/css/modules/link-gallery.css +++ b/public/css/modules/link-gallery.css @@ -23,7 +23,6 @@ .link-gallery--furthsettins img { box-sizing: border-box; border-radius: 50%; - height: auto; border: solid calc(2 * var(--relative-eighth-rem)) var(--text-color); } @@ -31,6 +30,7 @@ max-width: 100%; max-height: 100%; margin: auto; + height: auto; } .link-gallery__title { -- cgit v1.2.3 From a37d5bd725cfe61c56d84f06a58d88872f6b7690 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 13 Oct 2023 21:41:54 +0100 Subject: Avoids content shift on RSS button --- public/css/modules/footer.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public/css') diff --git a/public/css/modules/footer.css b/public/css/modules/footer.css index eb9e108..0d1a896 100644 --- a/public/css/modules/footer.css +++ b/public/css/modules/footer.css @@ -19,6 +19,7 @@ footer { } .footer__rss-button__img { + min-width: 44px; width: calc(8 * var(--relative-eighth-rem)); } -- cgit v1.2.3