diff --git a/src/layouts/Layout.vue b/src/layouts/Layout.vue index 75173e1fc..8f9df8bf9 100644 --- a/src/layouts/Layout.vue +++ b/src/layouts/Layout.vue @@ -28,11 +28,14 @@ {{ $t("Dashboard") }} - + @@ -71,6 +74,10 @@
{{ $t("Settings") }} + @@ -146,9 +153,9 @@ export default { white-space: nowrap; padding: 0 10px; - a { + a, button { text-align: center; - width: 25%; + width: 20%; display: inline-block; height: 100%; padding: 8px 10px 0; @@ -156,6 +163,7 @@ export default { color: #c1c1c1; overflow: hidden; text-decoration: none; + vertical-align: top; &.router-link-exact-active { color: $primary; @@ -166,6 +174,12 @@ export default { font-size: 20px; } } + + button { + border: none; + background: none; + color: #dc3545; + } } main {