mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
23 lines
219 B
CSS
23 lines
219 B
CSS
.path-icon, .keyspanel {
|
|
display: none;
|
|
}
|
|
|
|
.links {
|
|
margin-left: 16px;
|
|
}
|
|
|
|
.fm {
|
|
height: 100%;
|
|
}
|
|
|
|
.panel-right {
|
|
display: none;
|
|
}
|
|
|
|
.panel-left {
|
|
width: 97%;
|
|
}
|
|
|
|
.name a:hover {
|
|
cursor: pointer;
|
|
}
|