mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-19 20:55:55 +01:00
creatnewmodal: make responsive
This commit is contained in:
parent
f7d7b8891f
commit
b588c71958
@ -33,8 +33,7 @@ export class CreateNewModal extends Component {
|
||||
const option1 = (
|
||||
<div style="flex:1;" class="tac">
|
||||
<svg
|
||||
width="287px"
|
||||
height="80px"
|
||||
width="25%"
|
||||
viewBox="0 0 287 197"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
@ -90,8 +89,7 @@ export class CreateNewModal extends Component {
|
||||
const option2 = (
|
||||
<div style="flex:1" class="tac ml-2">
|
||||
<svg
|
||||
width="286px"
|
||||
height="80px"
|
||||
width="25%"
|
||||
viewBox="0 0 286 196"
|
||||
version="1.1"
|
||||
style={`opacity:${this.state.isFileModeSelected ? '1' : '0.4'}`}
|
||||
|
Loading…
x
Reference in New Issue
Block a user