Fix profile menu display on mobile screen

This commit is contained in:
2022-09-28 11:13:46 +03:00
parent fcf44c9bac
commit dddf4ba47e
2 changed files with 5 additions and 1 deletions

View File

@@ -128,6 +128,10 @@ header > * {
display: block;
}
#profile-menu-dropdown > .dropdown-content{
right: 1.5em;
}
header > a {
display: none;
}