File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments