diff --git a/css/components/ncappmenu.scss b/css/components/ncappmenu.scss index 83a97201..05449688 100644 --- a/css/components/ncappmenu.scss +++ b/css/components/ncappmenu.scss @@ -35,7 +35,6 @@ header { pointer-events: none; position: absolute; transform: translateX(-50%); - transition: all .1s ease-in-out; width: 100%; } @@ -46,6 +45,7 @@ header { opacity: 1; position: relative; top: calc(50% - var(--default-line-height) / 2); + transition: none; } &.app-menu-entry__active { diff --git a/css/components/ncheadermenu.scss b/css/components/ncheadermenu.scss index 8998fca9..6fe614e9 100644 --- a/css/components/ncheadermenu.scss +++ b/css/components/ncheadermenu.scss @@ -40,7 +40,6 @@ $breakpoint-mobile: 1024px; position: fixed; bottom: 8px; transform: translateX(-50%); - transition: all .1s ease-in-out; width: 100%; } }