Skip to content

Commit 341a703

Browse files
removed shitty custom resize handle
1 parent 6516726 commit 341a703

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ <h2>Your Current Game</h2>
2828
<div class="iframe-wrapper">
2929
<div class="iframe-loader"></div>
3030
<iframe id="userGame" src="" onload="hideIframeLoader(this)"></iframe>
31-
<div class="resize-corner"></div>
3231
</div>
3332
<br>
3433
<button id="reportButton" style="display:none;" onclick="reportTroll()">Report Opponent</button>

style.css

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,7 @@ iframe {
107107
width: 100%;
108108
height: 100%;
109109
border: none;
110-
}
111-
112-
.resize-corner {
113-
position: absolute;
114-
width: 20px;
115-
height: 20px;
116-
bottom: 0;
117-
right: 0;
118-
background: url('data:image/svg+xml;utf8,<svg fill="gray" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M0 10h10V0"/></svg>') no-repeat center;
119-
cursor: se-resize;
120-
pointer-events: none; /* let native resize still work */
121-
}
110+
}
122111

123112
.iframe-loader {
124113
position: absolute;

0 commit comments

Comments
 (0)