From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 25 Feb 2022 09:17:05 +0000 (-0800) Subject: fix position and bs5 underline of suggestion link X-Git-Tag: ngx-1.6.0-rc1~40^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F149%2Fhead;p=thirdparty%2Fpaperless-ngx.git fix position and bs5 underline of suggestion link --- diff --git a/src-ui/src/app/components/app-frame/app-frame.component.scss b/src-ui/src/app/components/app-frame/app-frame.component.scss index c433bfeb55..4b43c31bf8 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.scss +++ b/src-ui/src/app/components/app-frame/app-frame.component.scss @@ -90,9 +90,14 @@ } .nav-link-additional { - margin-top: 0.2rem; + margin-top: 0.1rem; margin-left: 0.25rem; padding-top: 0.5rem; + text-decoration: none; + + &:hover { + text-decoration: underline; + } svg { margin-bottom: 2px;