mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-19 20:55:55 +01:00
footer: hide fullscreen in files mode
This commit is contained in:
parent
8cc78cdcda
commit
bba0787519
@ -279,7 +279,7 @@ export default class Footer extends Component {
|
||||
<button
|
||||
onClick={this.layoutBtnClickhandler.bind(this, 4)}
|
||||
id="layoutBtn4"
|
||||
class="mode-btn hint--top-left hint--rounded hide-on-mobile"
|
||||
class="mode-btn hint--top-left hint--rounded hide-in-file-mode hide-on-mobile"
|
||||
aria-label="Switch to full screen preview"
|
||||
>
|
||||
<svg viewBox="0 0 100 100">
|
||||
|
Loading…
x
Reference in New Issue
Block a user