From 546a576147b3a9e02d8e5d12ed3b8834b9dc52ea Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Mon, 3 Aug 2020 22:09:30 -0600 Subject: [PATCH] Add stying to make profile picture align correctly --- src/components/ControlBar.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/ControlBar.vue b/src/components/ControlBar.vue index ed4ad3f..877c3ab 100644 --- a/src/components/ControlBar.vue +++ b/src/components/ControlBar.vue @@ -208,6 +208,11 @@ export default { width: 90%; } +img.profile_image { + vertical-align: middle; + border-radius: 50%; +} + @media only screen and (min-width: 768px) { #control { flex-direction: row;