small css issues

pull/43/head
Alexander Bentkamp 3 years ago
parent e6c481a9a4
commit a42841ba97

@ -66,6 +66,10 @@ code {
background: white;
}
em {
font-style: italic;
}
/* App Bar */
#root {

@ -65,10 +65,10 @@
}
.input-mode-switch {
margin: .5em 0;
float: right;
margin: 0;
display: flex;
flex-direction: row;
justify-content: flex-end;
gap: 1em;
}

Loading…
Cancel
Save