From c62907f304ccaa2cc40ea24c6b326064e66ac9a1 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 30 May 2022 14:46:46 -0400 Subject: [PATCH] fix: combine notif/chat buttons onto one line --- less/header.less | 7 ++++++- templates/partials/menu.tpl | 16 ++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/less/header.less b/less/header.less index ca83f47..105cd9e 100644 --- a/less/header.less +++ b/less/header.less @@ -205,10 +205,15 @@ border-top: 1px solid rgba(163, 163, 163, 0.5); a { - display: block; text-align: center; padding: 0.5em 0.5em; font-weight: 600; + color: @dropdown-link-color; + + &:hover { + color: @dropdown-link-hover-color; + background: @dropdown-link-hover-bg; + } } } diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index 8d25c52..3bf54e3 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -57,8 +57,12 @@ - - + @@ -75,8 +79,12 @@ - - +