/*** MINOR FIXES ***/ header._button { padding: 0 15px !important; } .mk-app:not(.wallpaper) .tab[style*="--stickyTop:"] { margin-bottom: 0 !important; } .mk-app:not(.wallpaper) .tab[style*="--stickyTop:"]::after, .mk-app:not(.wallpaper) .tab[style*="--stickyTop:"]::before { content: ""; position: absolute; top: 100%; width: calc(var(--radius) * 2); height: calc(var(--radius) * 2); border-top-left-radius: var(--radius); box-shadow: -4px -4px 0 var(--bg); } .mk-app:not(.wallpaper) .tab[style*="--stickyTop:"]::after { right: 0; box-shadow: 4px -4px 0 var(--bg); border-top-left-radius: 0; border-top-right-radius: var(--radius); }