Improve cursor alignment in history mode

pull/1/head
yflory 2020-09-29 17:15:48 +02:00
parent 945a436eb2
commit cbd6cf7dfb
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@
//background: @pos-color;
position: absolute;
&:before {
margin-top: -17px;
font-size: 24px;
margin-top: -16px;
font-size: 23px;
position: absolute;
left: ~"calc(50% - 6px)";
}