mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
13 lines
173 B
CSS
13 lines
173 B
CSS
.status-bar {
|
|
background: black;
|
|
color: white;
|
|
padding: 5px;
|
|
position: relative;
|
|
}
|
|
|
|
.status-bar .cursor-position {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 5px;
|
|
}
|