File tree 3 files changed +6
-6
lines changed
client/modules/IDE/components
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ import UnsavedChangesIndicator from '../UnsavedChangesIndicator';
72
72
import { EditorContainer , EditorHolder } from './MobileEditor' ;
73
73
import { FolderIcon } from '../../../../common/icons' ;
74
74
import IconButton from '../../../../common/IconButton' ;
75
- import VersionIndicator from '../VersionIndicator' ;
76
75
77
76
emmet ( CodeMirror ) ;
78
77
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ const Toolbar = (props) => {
114
114
return null ;
115
115
} ) ( ) }
116
116
</ div >
117
- < div style = { { flex : 1 } } />
118
117
< VersionIndicator />
118
+ < div style = { { flex : 1 } } />
119
119
< button
120
120
className = { preferencesButtonClass }
121
121
onClick = { ( ) => dispatch ( openPreferences ( ) ) }
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ import { useDispatch } from 'react-redux';
5
5
import { openPreferences } from '../actions/ide' ;
6
6
import { setPreferencesTab } from '../actions/preferences' ;
7
7
import { prop } from '../../../theme' ;
8
- import EditIcon from '../../../images/pencil .svg' ;
8
+ import EditIcon from '../../../images/preferences .svg' ;
9
9
10
10
import { useP5Version } from '../hooks/useP5Version' ;
11
11
12
12
const VersionPickerButton = styled . button `
13
13
color: ${ prop ( 'Button.primary.default.foreground' ) } ;
14
- margin-right : 1rem;
14
+ margin-left : 1rem;
15
15
16
16
&:hover {
17
17
color: ${ prop ( 'Button.primary.hover.background' ) } !important;
@@ -20,8 +20,9 @@ const VersionPickerButton = styled.button`
20
20
& svg {
21
21
vertical-align: middle;
22
22
margin-bottom: 2px;
23
- width: 1.5rem;
24
- height: 1.5rem;
23
+ width: 1rem;
24
+ height: 1rem;
25
+ margin-left: 0.25rem;
25
26
}
26
27
27
28
&:hover path {
You can’t perform that action at this time.
0 commit comments