mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
Remove padding, add top offset
This commit is contained in:
parent
987fb23125
commit
691e9900ad
|
@ -279,14 +279,13 @@
|
||||||
#mw-sidebar-sitename {
|
#mw-sidebar-sitename {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
top: 0;
|
top: @header-height;
|
||||||
left: @margin-side;
|
left: @margin-side;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
letter-spacing: 4px;
|
letter-spacing: 4px;
|
||||||
transform: translateY( 100% ) translateX( -100% ) rotate( -90deg );
|
transform: translateY( 100% ) translateX( -100% ) rotate( -90deg );
|
||||||
transform-origin: top right;
|
transform-origin: top right;
|
||||||
transition: @transition-transform, @transition-opacity;
|
transition: @transition-transform, @transition-opacity;
|
||||||
padding-right: 90px;
|
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue