Skip to content

Commit

Permalink
Improve appearance of manual control
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Sep 20, 2024
1 parent f188cb3 commit 91537c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source/scp-head/src/controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<html>
<head>
<style>
html,
body {
margin: 0;
padding: 0;
overflow: hidden;
}

iframe,
#resizer-container {
display: block !important;
Expand All @@ -13,6 +20,7 @@
flex-wrap: wrap;
gap: 0.4rem;
height: 16rem;
background: #fff3;
}
#manual-control h2 {
flex: 1 0 100%;
Expand All @@ -38,6 +46,11 @@
#manual-control a.registered {
opacity: 1;
}

iframe {
width: 10px;
height: 10px;
}
</style>
<script src="https://interwiki.scpwiki.com/resizeIframe.js" defer></script>
</head>
Expand Down

0 comments on commit 91537c5

Please sign in to comment.