diff --git a/projects/common/src/fm/components/user-menu/user-menu.component.html b/projects/common/src/fm/components/user-menu/user-menu.component.html index 1c76fe3..c625332 100644 --- a/projects/common/src/fm/components/user-menu/user-menu.component.html +++ b/projects/common/src/fm/components/user-menu/user-menu.component.html @@ -1,14 +1,14 @@
diff --git a/projects/common/src/fm/components/user-menu/user-menu.component.scss b/projects/common/src/fm/components/user-menu/user-menu.component.scss index 4c121de..08f8d40 100644 --- a/projects/common/src/fm/components/user-menu/user-menu.component.scss +++ b/projects/common/src/fm/components/user-menu/user-menu.component.scss @@ -22,6 +22,9 @@ div.menu-button > span { position: absolute; top: 3rem; right:0; + background-color: #fff; + border-radius: 0.25rem; + padding: 0.5rem; } .card { @@ -44,6 +47,10 @@ div.menu-button > span { max-height: 0; } +.menu.hidden { + padding: 0; +} + .menu-button.hidden { overflow: hidden; } \ No newline at end of file