Small improvements

This commit is contained in:
Grzegorz Leoniec 2019-01-12 14:13:21 +01:00
parent 1c2745ed2d
commit 1d5fde6086
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<no-ssr>
<content-menu
style="float: right; display: inline-block; margin-top: -3.5rem; margin-right: -0.5rem;"
placement="bottom-start"
placement="bottom-end"
context="user"
:item-id="user.id"
:name="user.name"

View File

@ -7,7 +7,7 @@ $border-radius: $border-radius-x-large;
flex-direction: column;
background-color: $background-color-base;
color: $text-color-base;
box-shadow: $box-shadow-large;
box-shadow: $box-shadow-base;
height: 100%;
}