little improvements

This commit is contained in:
Jonas Weinz 2021-08-31 18:22:15 +02:00
parent dc07f825b0
commit cb693f7782
2 changed files with 9 additions and 3 deletions

View File

@ -448,7 +448,7 @@ export class HintBox extends GridBox {
.triangle-down {
position: relative;
top: 3em;
top: 3.25em;
left: 1em;
z-index: 10;
grid-column: 1;
@ -464,7 +464,7 @@ export class HintBox extends GridBox {
.triangle-right {
position: relative;
top: 1em;
left: 3em;
left: 3.25em;
z-index: 10;
grid-column: 1;
grid-row: 1;

View File

@ -17,12 +17,18 @@ export class InfoBox extends LitElement {
.hinttext {
color: white;
margin-left: 1em;
margin-top: 0.8em;
margin-top: 0.5em;
}
.hintbox {
grid-column: 1;
grid-row: 1;
position: relative;
display: block;
overflow-y: scroll;
height: 8em;
}
.infobox {