1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-12 01:25:17 +02:00

fix progress bar direction in rtl mode

This commit is contained in:
Hakim El Hattab
2020-05-27 19:46:49 +02:00
parent e4e2bc9562
commit 2255c60254
2 changed files with 2 additions and 2 deletions

View File

@@ -1396,7 +1396,7 @@ $controlsArrowAngleActive: 36deg;
} }
.reveal.rtl .progress span { .reveal.rtl .progress span {
float: right transform-origin: 100% 0;
} }
/********************************************* /*********************************************

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long