From c63b95c6e083238cd709a9e2e3168a35f8aa71e8 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 8 Dec 2023 11:42:30 +0000 Subject: [PATCH] Align avatar flush with left edge of container --- snikket_web/scss/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snikket_web/scss/app.scss b/snikket_web/scss/app.scss index 5ccbbf8..063a1ef 100644 --- a/snikket_web/scss/app.scss +++ b/snikket_web/scss/app.scss @@ -1269,6 +1269,10 @@ pre.guru-meditation { .avatar-container { position: relative; + + .avatar { + margin-left: 0; + } } .user-badge-icon {