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.
|
// Returns the sizes of main code & preview panes.
|
||||||
getMainSplitSizesToApply() {
|
getMainSplitSizesToApply() {
|
||||||
var mainSplitSizes;
|
var mainSplitSizes;
|
||||||
const sidebarWidth = 160;
|
const sidebarWidth = 200;
|
||||||
const { currentItem, currentLayoutMode } = this.props;
|
const { currentItem, currentLayoutMode } = this.props;
|
||||||
if (false && currentItem && currentItem.mainSizes) {
|
if (false && currentItem && currentItem.mainSizes) {
|
||||||
// For layout mode 3, main panes are reversed using flex-direction.
|
// For layout mode 3, main panes are reversed using flex-direction.
|
||||||
|
@@ -1612,6 +1612,7 @@ body:not(.is-app) .show-when-app {
|
|||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
background-color: #1e1e2c;
|
background-color: #1e1e2c;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar__file {
|
.sidebar__file {
|
||||||
|
Reference in New Issue
Block a user