From d8b8947c4fbc373b6580bdb766644b9efa0259a0 Mon Sep 17 00:00:00 2001 From: dolanske Date: Sun, 7 Sep 2025 18:49:06 +0200 Subject: [PATCH] Album list title fix --- frontend/src/style/app/album/_album-list.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/style/app/album/_album-list.scss b/frontend/src/style/app/album/_album-list.scss index 279c698..9cc520e 100644 --- a/frontend/src/style/app/album/_album-list.scss +++ b/frontend/src/style/app/album/_album-list.scss @@ -10,9 +10,10 @@ @include font(900); word-wrap: break-word; font-size: 2.2rem; - display: block; + display: inline-block; color: inherit; color: rgb(var(--color-text)); + margin-left: 4px; &:hover { text-decoration: underline;