[RTL, TOC] The arrow before collapsible sections in sidebar is clipped

* Temp solution for quick fix
* Full solution should be supplied by cssjanus PR shortly after

Bug: T314652
Change-Id: Ic3ac53f884bc1b9bc14c951b7348e2bf263065a2
This commit is contained in:
Moh'd Khier Abualruz 2022-08-19 13:02:45 +02:00 committed by Jdlrobson
parent 4ff3347d79
commit ff73b36780
1 changed files with 5 additions and 0 deletions

View File

@ -130,3 +130,8 @@
.client-js body.rtl .sidebar-toc .sidebar-toc-toggle {
transform: rotate( 90deg );
}
// FIXME: Can be removed when https://github.com/cssjanus/cssjanus/issues/82 is fixed and in production.
body.rtl .sidebar-toc {
padding: @sidebar-toc-vertical-padding @sidebar-toc-left-padding @sidebar-toc-vertical-padding @sidebar-toc-right-padding;
}