mirror of
https://github.com/atom/atom.git
synced 2026-02-18 18:34:21 -05:00
21 lines
317 B
Plaintext
21 lines
317 B
Plaintext
.command-logger {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
z-index: 99;
|
|
}
|
|
|
|
.command-logger-node-text div {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.command-logger-node-text span {
|
|
-webkit-user-select: none;
|
|
}
|