diff --git a/web/src/components/Header.vue b/web/src/components/Header.vue index 7047876..6d5ed43 100644 --- a/web/src/components/Header.vue +++ b/web/src/components/Header.vue @@ -349,9 +349,10 @@ export default { justify-content: center; min-width: 32px; min-height: 32px; - margin: 0 18px; + margin: 0 17px; width: 32px; - font-size: 20px; + font-size: 18px; + padding: 0 7px; &.dropdown-active { background: rgba(255, 255, 255, .1);