feature(cloudcmd) add one-panel-mode

This commit is contained in:
coderaiser 2016-06-15 19:45:49 +03:00
parent 1ce8a78e04
commit 5b4f7368ad
10 changed files with 52 additions and 13 deletions

View file

@ -18,6 +18,10 @@ body, pre, code {
visibility: hidden;
}
.none {
display: none;
}
.fm, .keyspanel {
cursor : default;
-webkit-user-select : none;
@ -167,6 +171,10 @@ body, pre, code {
padding: 1%;
}
.panel-single {
width: 98%;
}
.selected-panel {
border-color: rgb(254, 159, 224);
border-color: rgba(254, 159, 224, .40);