#4 moved Logout button out of the dropdown menu

This commit is contained in:
Julian Müller 2022-06-16 10:22:37 +02:00
parent bec4fe7bd0
commit 5893d311fe
2 changed files with 7 additions and 1 deletions

View file

@ -361,5 +361,11 @@ h1 {
margin-right: 0;
margin-left: 0;
margin-top: .5rem;
justify-content: center;
flex-wrap: wrap;
}
.userPanel > .horizontalButtonList > .button,
.userPanel > .horizontalButtonList > .dropDownMenu {
margin: 0.25rem;
}
}