mirror of
https://github.com/atom/atom.git
synced 2026-02-18 10:31:54 -05:00
command-logger refactor
This commit is contained in:
20
src/packages/command-logger/stylesheets/command-logger.css
Normal file
20
src/packages/command-logger/stylesheets/command-logger.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.command-logger {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user