From ac610bce0f5b83e9e12eb8541c0660e4ac43bf61 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 6 Aug 2021 11:06:23 -0500 Subject: [PATCH] Statuses: center eye-slash icon --- app/styles/ui.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 86cf3361d..f96f26aae 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -66,6 +66,12 @@ border-radius: 4px; padding: 2px; + > div { + display: flex; + align-items: center; + justify-content: center; + } + &:hover { background: var(--background-color); }