From 479ab3494daa947deda7ce074b4042bb95fcd028 Mon Sep 17 00:00:00 2001 From: Manuel Worschech Date: Sun, 10 Mar 2024 18:40:33 +0100 Subject: [PATCH] Made settings menu (wrench) entries aligned by changing the icons to fixed width --- changelog/75_UNRELEASED_xxxx-xx-xx.md | 1 + views/layout/default.blade.php | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/changelog/75_UNRELEASED_xxxx-xx-xx.md b/changelog/75_UNRELEASED_xxxx-xx-xx.md index ed5e0bcd..86e6eb61 100644 --- a/changelog/75_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/75_UNRELEASED_xxxx-xx-xx.md @@ -58,6 +58,7 @@ - Optimized that file uploads are not completely buffered in memory before writing them to disk (thanks @bbx0) - Fixed again that some dialogs were not properly (too small) displayed (this time mostly affecting Chrome/Edge) +- Made settings menu (wrench) entries aligned by changing the icons to fixed width ### API diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php index 79bcb8b1..5f94ceea 100644 --- a/views/layout/default.blade.php +++ b/views/layout/default.blade.php @@ -630,47 +630,47 @@