Преглед на файлове

reset transform in fullscreen mode #3080

hakimel преди 3 години
родител
ревизия
a9277f9d46
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      css/reveal.scss
  2. 0 0
      dist/reveal.css

+ 3 - 2
css/reveal.scss

@@ -33,13 +33,14 @@ html.reveal-full-page {
 	color: #000;
 }
 
-// Fixes an issue where Safari would take embedded presentations
-// fullscreen but keep them at their original width/height style
+// Force the presentation to cover the full viewport when we
+// enter fullscreen mode. Fixes sizing issues in Safari.
 .reveal-viewport:fullscreen {
 	top: 0 !important;
 	left: 0 !important;
 	width: 100% !important;
 	height: 100% !important;
+	transform: none !important;
 }
 
 

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/reveal.css


Някои файлове не бяха показани, защото твърде много файлове са промени