Oops should be negative instead

This commit is contained in:
alistair3149 2019-12-28 12:35:39 -05:00
parent fd2e21fa9c
commit 75d16f8f1c
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -292,7 +292,7 @@
// Nav up stuff
.nav-up {
~ #mw-sidebar-sitename {
transform: translateY( @header-height - @margin-side ) translateX( -100% ) rotate( -90deg );
transform: translateY( -@header-height + @margin-side ) translateX( -100% ) rotate( -90deg );
}
#mw-header-menu-drawer-container {