akurath
Version:
IDE Frontend for codepsaces.io
23 lines (22 loc) • 604 B
text/less
#codebox {
.cb-lateralbar {
position: absolute;
top: @codeboxMenubarHeight;
left: 0px;
bottom: @codeboxStatusbarHeight;
width: @codeboxToolbarWidth;
.transition(width @lateralTransitionSpeed);
.user-select(none);
background: @codeboxBodyBackground;
.lateral-commands {
position: absolute;
left: 0px;
right: 0px;
width: @codeboxToolbarWidth;
top: 0px;
bottom: 0px;
height: 100%;
background: @codeboxBodyBackground;
}
}
}