diff --git a/src/styles/left-nav/_index.scss b/src/styles/left-nav/_index.scss index 346d9b5..c96e381 100644 --- a/src/styles/left-nav/_index.scss +++ b/src/styles/left-nav/_index.scss @@ -225,9 +225,6 @@ nav#main__menu { orbit-menu-contact-removed { display: none; - button { - display: contents; - } } &:hover { @@ -253,7 +250,7 @@ nav#main__menu { position: relative; top: -28px; display: block; - left: calc(100% - 50px); + left: calc(100% - 44px); padding-top: 5px; button { diff --git a/src/views/partials/widgets/orbit-menu-contact-removed.pug b/src/views/partials/widgets/orbit-menu-contact-removed.pug index ed7431b..3fa488b 100644 --- a/src/views/partials/widgets/orbit-menu-contact-removed.pug +++ b/src/views/partials/widgets/orbit-menu-contact-removed.pug @@ -1,5 +1,5 @@ if componentSet.has('chat') solid-widget(name='orbit-menu-contact-removed') template ${value != "" ? ` - ` : ""} + ` : ""} //- Fix: using type confirm, dialog is not available on Firefox, polyfill only works if dialog is a direct child of body \ No newline at end of file