mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-30 02:00:10 +02:00
minor tweaks
This commit is contained in:
@@ -314,7 +314,7 @@ export default class ContentWrapFiles extends Component {
|
||||
// Returns the sizes of main code & preview panes.
|
||||
getMainSplitSizesToApply() {
|
||||
var mainSplitSizes;
|
||||
const sidebarWidth = 160;
|
||||
const sidebarWidth = 200;
|
||||
const { currentItem, currentLayoutMode } = this.props;
|
||||
if (false && currentItem && currentItem.mainSizes) {
|
||||
// For layout mode 3, main panes are reversed using flex-direction.
|
||||
|
@@ -1612,6 +1612,7 @@ body:not(.is-app) .show-when-app {
|
||||
|
||||
.sidebar {
|
||||
background-color: #1e1e2c;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sidebar__file {
|
||||
|
Reference in New Issue
Block a user