mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(cloudcmd) add one-panel-mode
This commit is contained in:
parent
1ce8a78e04
commit
5b4f7368ad
10 changed files with 52 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue