remove unnecessary style rules

pull/1/head
ansuz 8 years ago
parent 1c1869a22c
commit cfc5907237

@ -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;
}
</style>
</head>
<body>

@ -31,10 +31,6 @@
top: 0px;
height: 100%;
}
body #iframe-container.fullscreen {
top: 0px;
height: 100%;
}
</style>
</head>
<body>

Loading…
Cancel
Save