mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-21 13:44:08 +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 = (
|
const option1 = (
|
||||||
<div style="flex:1;" class="tac">
|
<div style="flex:1;" class="tac">
|
||||||
<svg
|
<svg
|
||||||
width="287px"
|
width="25%"
|
||||||
height="80px"
|
|
||||||
viewBox="0 0 287 197"
|
viewBox="0 0 287 197"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@ -90,8 +89,7 @@ export class CreateNewModal extends Component {
|
|||||||
const option2 = (
|
const option2 = (
|
||||||
<div style="flex:1" class="tac ml-2">
|
<div style="flex:1" class="tac ml-2">
|
||||||
<svg
|
<svg
|
||||||
width="286px"
|
width="25%"
|
||||||
height="80px"
|
|
||||||
viewBox="0 0 286 196"
|
viewBox="0 0 286 196"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
style={`opacity:${this.state.isFileModeSelected ? '1' : '0.4'}`}
|
style={`opacity:${this.state.isFileModeSelected ? '1' : '0.4'}`}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user