diff --git a/www/pad/index.html b/www/pad/index.html index 876add672..223c708ae 100644 --- a/www/pad/index.html +++ b/www/pad/index.html @@ -24,29 +24,6 @@ padding:0; overflow:hidden; } - #feedback { - display: none; - position: fixed; - top: 0px; - right: 0px; - border: 0px; - height: 100vh; - width: 30vw; - background-color: #222; - color: #ccc; - } - #debug { - height: 20px; - position: absolute; - right: 0px; - top: 70px; - } - #debug button { - visibility: hidden; - } - #debug:hover button { - visibility: visible; - } diff --git a/www/slide/index.html b/www/slide/index.html index 14db505a7..d40f210a2 100644 --- a/www/slide/index.html +++ b/www/slide/index.html @@ -31,10 +31,6 @@ top: 0px; height: 100%; } - body #iframe-container.fullscreen { - top: 0px; - height: 100%; - }