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