Fix profile picture not aligned

This commit is contained in:
2026-06-29 19:39:10 +02:00
parent 3cb98ce542
commit 176a883633

View File

@@ -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%;