File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ export default class Footer extends Component {
190190
191191 < div class = "footer__right" >
192192 < button
193+ style = "display: none;"
193194 onClick = { this . props . saveHtmlBtnClickHandler }
194195 id = "saveHtmlBtn"
195196 class = "mode-btn hint--rounded hint--top-left hide-on-mobile"
@@ -236,7 +237,7 @@ export default class Footer extends Component {
236237 </ svg >
237238 </ button >
238239
239- < div class = "footer__separator hide-on-mobile" />
240+ < div style = "display: none;" class = "footer__separator hide-on-mobile" />
240241
241242 < button
242243 onClick = { this . layoutBtnClickhandler . bind ( this , 1 ) }
@@ -291,6 +292,7 @@ export default class Footer extends Component {
291292 </ svg >
292293 </ button >
293294 < button
295+ style = "display:none;"
294296 class = "mode-btn hint--top-left hint--rounded hide-on-mobile"
295297 aria-label = "Detach Preview"
296298 onClick = { this . props . detachedPreviewBtnHandler }
You can’t perform that action at this time.
0 commit comments