mirror of
https://github.com/Doodle3D/Doodle3D-Transform.git
synced 2024-11-22 13:37:57 +01:00
move buttons
This commit is contained in:
parent
924be9823e
commit
dc53c98717
@ -5,15 +5,6 @@ import * as actions from 'src/js/actions/index.js';
|
|||||||
import App from '@doodle3d/doodle3d-core/lib/components/App';
|
import App from '@doodle3d/doodle3d-core/lib/components/App';
|
||||||
import injectSheet from 'react-jss';
|
import injectSheet from 'react-jss';
|
||||||
import Popover from 'material-ui/Popover/Popover';
|
import Popover from 'material-ui/Popover/Popover';
|
||||||
import Badge from 'material-ui/Badge';
|
|
||||||
// import btnPrintWiFiImageURL from 'img/export/btnPrintWiFi.png';
|
|
||||||
// import btnSaveSTLImageURL from 'img/export/btnSaveSTL.png';
|
|
||||||
// import btn3DHubsImageURL from 'img/export/btn3DHubs.png';
|
|
||||||
// import btnShapewaysImageURL from 'img/export/btnShapeways.png';
|
|
||||||
// import btnThingiverseImageURL from 'img/export/btnThingiverse.png';
|
|
||||||
// import btnSketchFabImageURL from 'img/export/btnSketchFab.png';
|
|
||||||
// import btnMyMiniFactoryImageURL from 'img/export/btnMyMiniFactory.png';
|
|
||||||
// import btnPolar3DImageURL from 'img/export/btnPolar3D.png';
|
|
||||||
import btnNewUrl from 'img/menu/btnNew.png';
|
import btnNewUrl from 'img/menu/btnNew.png';
|
||||||
import btnOpenUrl from 'img/menu/btnOpen.png';
|
import btnOpenUrl from 'img/menu/btnOpen.png';
|
||||||
import btnSaveUrl from 'img/menu/btnSave.png';
|
import btnSaveUrl from 'img/menu/btnSave.png';
|
||||||
@ -39,12 +30,6 @@ const button = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const styles = {
|
const styles = {
|
||||||
badge: {
|
|
||||||
right: '-44px',
|
|
||||||
content: {
|
|
||||||
backgroundColor: 'red'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
buttonLeft: {
|
buttonLeft: {
|
||||||
'@media (max-width: 900px)': {
|
'@media (max-width: 900px)': {
|
||||||
backgroundColor: 'white'
|
backgroundColor: 'white'
|
||||||
@ -79,6 +64,7 @@ const styles = {
|
|||||||
backgroundSize: '80px auto',
|
backgroundSize: '80px auto',
|
||||||
width: '80px',
|
width: '80px',
|
||||||
height: '55px',
|
height: '55px',
|
||||||
|
marginLeft: '-3px',
|
||||||
...button
|
...button
|
||||||
},
|
},
|
||||||
save: {
|
save: {
|
||||||
@ -92,6 +78,7 @@ const styles = {
|
|||||||
backgroundSize: '80px auto',
|
backgroundSize: '80px auto',
|
||||||
width: '80px',
|
width: '80px',
|
||||||
height: '56px',
|
height: '56px',
|
||||||
|
marginLeft: '-5px',
|
||||||
...button
|
...button
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
@ -105,6 +92,7 @@ const styles = {
|
|||||||
backgroundSize: '77px auto',
|
backgroundSize: '77px auto',
|
||||||
width: '77px',
|
width: '77px',
|
||||||
height: '57px',
|
height: '57px',
|
||||||
|
marginLeft: '-3px',
|
||||||
...button
|
...button
|
||||||
},
|
},
|
||||||
love: {
|
love: {
|
||||||
@ -118,6 +106,8 @@ const styles = {
|
|||||||
backgroundSize: '77px auto',
|
backgroundSize: '77px auto',
|
||||||
width: '77px',
|
width: '77px',
|
||||||
height: '57px',
|
height: '57px',
|
||||||
|
marginLeft: '-10px',
|
||||||
|
marginTop: '-2px',
|
||||||
...button
|
...button
|
||||||
},
|
},
|
||||||
help: {
|
help: {
|
||||||
@ -131,6 +121,7 @@ const styles = {
|
|||||||
backgroundSize: '77px auto',
|
backgroundSize: '77px auto',
|
||||||
width: '77px',
|
width: '77px',
|
||||||
height: '57px',
|
height: '57px',
|
||||||
|
marginLeft: '-13px',
|
||||||
...button
|
...button
|
||||||
},
|
},
|
||||||
export: {
|
export: {
|
||||||
|
Loading…
Reference in New Issue
Block a user