diff --git a/frontend/src/styles/core.scss b/frontend/src/styles/core.scss index 0789286106ea..1b8067b079e7 100644 --- a/frontend/src/styles/core.scss +++ b/frontend/src/styles/core.scss @@ -371,7 +371,6 @@ kbd { box-shadow: 0 0 0 0.5em var(--bg-color); transition: 0.125s; right: 0.5em; - top: 0.5em; } #fpsCounter { diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index 91c58ceb8ceb..d9ac355caffc 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -197,7 +197,6 @@ nav { a, button { - justify-items: start; justify-content: left; padding-left: 0; border-radius: 0; @@ -217,16 +216,10 @@ nav { } } - & .goToFriends { - display: grid; - grid-template-columns: auto 1fr auto; - text-align: left; - .notificationBubble { - margin-right: 0.5em; - position: unset; - box-shadow: 0 0 0 0.5em var(--sub-alt-color); - display: block; - } + .notificationBubble { + margin-right: 1.5em; + box-shadow: 0 0 0 0.5em var(--sub-alt-color); + display: block; } } }