소스 검색

fix theme css conflict

Hakim El Hattab 1 개월 전
부모
커밋
f11812e0a2
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      css/reveal.scss
  2. 0 0
      dist/reveal.css

+ 3 - 3
css/reveal.scss

@@ -1547,7 +1547,7 @@ $controlsArrowAngleActive: 36deg;
 }
 
 // Preview overlay
-.r-overlay-preview iframe {
+.r-overlay-preview .r-overlay-content iframe {
 	width: 100%;
 	height: 100%;
 	max-width: 100%;
@@ -1564,8 +1564,8 @@ $controlsArrowAngleActive: 36deg;
 	visibility: visible;
 }
 
-.r-overlay-preview img,
-.r-overlay-preview video {
+.r-overlay-preview .r-overlay-content img,
+.r-overlay-preview .r-overlay-content video {
 	position: absolute;
 	max-width: 100%;
 	max-height: 100%;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/reveal.css


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