Skip to content

Commit

Permalink
creatnewmodal: make responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jun 26, 2019
1 parent f7d7b88 commit b588c71
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/CreateNewModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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'}`}
Expand Down

0 comments on commit b588c71

Please sign in to comment.