diff --git a/src/components/ControlBar.vue b/src/components/ControlBar.vue index 0cd85b2..d4456a9 100644 --- a/src/components/ControlBar.vue +++ b/src/components/ControlBar.vue @@ -228,6 +228,10 @@ img.profile_image { border-radius: 50%; } +div#user_data > div { + margin-right: 5px; +} + @media only screen and (min-width: 768px) { #control { flex-direction: row; diff --git a/src/components/Icon.vue b/src/components/Icon.vue index 5c4b183..6fc4b25 100644 --- a/src/components/Icon.vue +++ b/src/components/Icon.vue @@ -121,6 +121,5 @@ export default { vertical-align: middle; display: inline-flex; align-items: center; - margin-right: 5px; } \ No newline at end of file