From e17a41509ccfd97e7b17253d67601bf2d608323f Mon Sep 17 00:00:00 2001 From: oswaldsimona Date: Tue, 21 Apr 2026 14:13:01 +0200 Subject: [PATCH] Icon Gast --- assets/icon_gast.svg | 12 ++++++++++++ css/stylesheet_global.css | 1 + js/event_detail.js | 1 + js/event_overview.js | 1 + 4 files changed, 15 insertions(+) create mode 100644 assets/icon_gast.svg diff --git a/assets/icon_gast.svg b/assets/icon_gast.svg new file mode 100644 index 0000000..856f5ff --- /dev/null +++ b/assets/icon_gast.svg @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/css/stylesheet_global.css b/css/stylesheet_global.css index 4a3b0ef..223fe7f 100644 --- a/css/stylesheet_global.css +++ b/css/stylesheet_global.css @@ -750,6 +750,7 @@ p { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; + margin-top: 120px; padding: var(--space-3) var(--space-7); } diff --git a/js/event_detail.js b/js/event_detail.js index 906442f..e0437f4 100644 --- a/js/event_detail.js +++ b/js/event_detail.js @@ -8,6 +8,7 @@ const detailContainer = document.getElementById('detail-view'); const locationIconPath = 'assets/icon_location.svg'; const calendarIconPath = 'assets/icon_calendar.svg'; + const calendarIconPath = 'assets/icon_gast.svg'; const currentUser = getCurrentUser(); // Read event id from query string (detail page deep-link support). diff --git a/js/event_overview.js b/js/event_overview.js index 10eba9e..0e9fbc7 100644 --- a/js/event_overview.js +++ b/js/event_overview.js @@ -11,6 +11,7 @@ const dateFilter = document.getElementById('date-filter'); const locationIconPath = 'assets/icon_location.svg'; const calendarIconPath = 'assets/icon_calendar.svg'; + const calendarIconPath = 'assets/icon_gast.svg'; // ------------------------------------------------------------- // In-memory state for fetched events and currently active category.