From 176a883633c1596600fa4de128fc7201a8ba8f3d Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 29 Jun 2026 19:39:10 +0200 Subject: [PATCH] Fix profile picture not aligned --- resources/css/layout/entry.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/layout/entry.css b/resources/css/layout/entry.css index 56db6c4..efe1d7f 100644 --- a/resources/css/layout/entry.css +++ b/resources/css/layout/entry.css @@ -220,6 +220,9 @@ overflow: hidden; background-color: var(--bg4); border: 1px solid var(--border); + display: flex; + align-items: center; + justify-content: center; img { width: 100%;