소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.