From dddf4ba47e5b24c012b7e6070f91fa633528c51f Mon Sep 17 00:00:00 2001 From: vlados31 Date: Wed, 28 Sep 2022 11:13:46 +0300 Subject: [PATCH] Fix profile menu display on mobile screen --- static/css/style.css | 4 ++++ templates/base.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 6d49a85..db69934 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -128,6 +128,10 @@ header > * { display: block; } + #profile-menu-dropdown > .dropdown-content{ + right: 1.5em; + } + header > a { display: none; } diff --git a/templates/base.html b/templates/base.html index a90f4a4..98f124d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -44,7 +44,7 @@ -