diff --git a/public/css/base.css b/public/css/base.css index f1f6832..6098603 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -12,4 +12,14 @@ position: absolute; top: -10px; left: -1px; +} + +.avatar { + height: 30px; +} + +.avatar-dropdown { + /*top: calc(100% + 0.40rem); + right: -0.75rem;*/ + left: auto !important; } \ No newline at end of file diff --git a/templates/base.html.twig b/templates/base.html.twig index 3de348c..87c69ba 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -57,21 +57,30 @@ {% endif %} -
+