.mw-header { position: fixed; z-index: 10; top: 0; display: flex; width: 100%; height: @header-height; justify-content: space-between; &-tools { display: inherit; } ul { list-style: none; } ul, li { display: block; margin: 0; } } #mw-header { &-background { position: absolute; z-index: -1; right: 0; left: 0; box-shadow: 0 0 50px @header-height var( --background-color-dp-00 ); } } // User icon bar #p-personal-extra { ul { display: flex; height: 56px; align-items: center; } }