From bd21c4fd1a487435c1af30e03f52357f7846ebff Mon Sep 17 00:00:00 2001 From: litemotiv Date: Sun, 27 Oct 2024 11:57:46 +0100 Subject: [PATCH] Prevent RSS icon from resizing on the first load --- header.php | 8 +++----- style.css | 5 ----- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/header.php b/header.php index a664d03..f78f08e 100644 --- a/header.php +++ b/header.php @@ -16,8 +16,6 @@
-
- - RSS Feed - -
+ + RSS icon + diff --git a/style.css b/style.css index 87f0870..146cb52 100644 --- a/style.css +++ b/style.css @@ -135,11 +135,6 @@ code > span.fl { padding: 14px; } - .rss-icon img { - width: 24px; /* Adjust icon size */ - height: 24px; /* Adjust icon size */ - } - /* Page content */ .content { padding-top: 5px;