mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
Fix position of back-to-top arrow in rtl wikis
Bug: T211078 Change-Id: I8ee25b2d904814fc8dc8a78a4ccdaf545df907ee
This commit is contained in:
parent
d153d78f46
commit
9038122c6f
|
@ -39,9 +39,4 @@
|
|||
left: 50%;
|
||||
transform: translate( -50%, -50% );
|
||||
}
|
||||
|
||||
/* center arrow in RTL wikis */
|
||||
.rtl > & .arrow-up {
|
||||
transform: translate( 50%, -50% );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue