mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
adjust position of command panel stats
This commit is contained in:
parent
efa31b82fa
commit
6395f352d6
@ -1,11 +1,12 @@
|
||||
.command-panel {
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.command-panel .preview-list {
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
margin: 0 1px 5px 10px;
|
||||
margin: 10px 0 10px 10px;
|
||||
position: relative;
|
||||
cursor: default;
|
||||
}
|
||||
@ -13,7 +14,10 @@
|
||||
.command-panel .preview-count {
|
||||
font-size: 11px;
|
||||
text-align: right;
|
||||
padding-bottom: 1px;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 24px;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path {
|
||||
|
@ -1,7 +1,9 @@
|
||||
.command-panel {
|
||||
background-color: #1b1c1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.05);
|
||||
color: #dedede;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.5);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.command-panel .preview-list {
|
||||
@ -14,6 +16,9 @@
|
||||
|
||||
.command-panel .preview-count {
|
||||
color: #969696;
|
||||
background: #161719;
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.command-panel .preview-list li.selected, .command-panel .preview-list li.operation:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user