ui: tweaks

This commit is contained in:
cha0s 2021-01-29 20:36:39 -06:00
parent 22607cd647
commit de392c997d
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
border-left: none;
font-size: 0.5em;
flex-grow: 1;
height: calc(50% - 1.5px);
height: 1em;
margin: 0;
&:first-child {
border-bottom: none;

View File

@ -9,6 +9,7 @@
}
.invocation__arg {
align-items: center;
display: flex;
}