Skip to content

Commit

Permalink
Merge pull request #1220 from Minasokoni/style-updates
Browse files Browse the repository at this point in the history
Styling updates to header and wrapper
  • Loading branch information
shockey authored Mar 19, 2017
2 parents b9cb76d + 842acb8 commit 11d9c2d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/plugins/editor/components/editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export default function makeEditor({ editorPluginsToRun }) {
width="100%"
height="100%"
tabSize={2}
fontSize={14}
readOnly={readOnly}
useSoftTabs="true"
wrapEnabled={true}
Expand Down
25 changes: 24 additions & 1 deletion src/plugins/topbar/topbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
margin-right: 1em;
align-self: center;
color: white;
font-size: 1.1em;
font-size: 1.0em;
font-weight: 500;
}

& .menu-item {
cursor: pointer;
font-size:14px;
}
}

Expand All @@ -32,3 +33,25 @@
font-weight: bold;
margin: 0.1em 1.2em 0 0.5em;
}

.SplitPane {
height: ~"calc(100% - 46px)" !important;
}

.dd-menu {

.dd-menu-items {
margin: 1.1em 0 0 0 !important;
ol,ul {
border-radius:0 0 4px 4px;

li {
&:last-of-type {
&:hover {
border-radius:0 0 4px 4px;
}
}
}
}
}
}

0 comments on commit 11d9c2d

Please sign in to comment.