mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 16:09:57 +03:00
19 lines
296 B
CSS
19 lines
296 B
CSS
.keybindings-view {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0px;
|
|
left: 0px;
|
|
background-color: white;
|
|
overflow: scroll;
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.keybindings-view li .keystroke {
|
|
font-weight: bold;
|
|
float: left;
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
width: 200px;
|
|
}
|