some more code cleanup and UI optimizations

This commit is contained in:
Ralf Teusner
2016-09-09 16:10:43 +02:00
parent 542ec78076
commit 2b621e2de6
5 changed files with 8 additions and 15 deletions

View File

@@ -107,10 +107,11 @@ button i.fa-spin {
.sidebar-col-collapsed {
-webkit-transition: width 2s;
transition: width 2s;
width:52px;
width:67px;
float:left;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.sidebar-col {
@@ -125,8 +126,6 @@ button i.fa-spin {
.editor-col {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
width:auto;
height:100%;
overflow:hidden;