add resize cursor to history console

This commit is contained in:
axolotle 2021-02-15 16:16:46 +01:00
parent 66e717ea21
commit 4d21966fc7

View file

@ -203,6 +203,10 @@ export default {
border-bottom-left-radius: 0;
font-size: $font-size-sm;
& > header {
cursor: ns-resize;
}
.btn {
height: 1.25rem;
display: flex;