little improvements
This commit is contained in:
parent
dc07f825b0
commit
cb693f7782
@ -448,7 +448,7 @@ export class HintBox extends GridBox {
|
|||||||
|
|
||||||
.triangle-down {
|
.triangle-down {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3em;
|
top: 3.25em;
|
||||||
left: 1em;
|
left: 1em;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
@ -464,7 +464,7 @@ export class HintBox extends GridBox {
|
|||||||
.triangle-right {
|
.triangle-right {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1em;
|
top: 1em;
|
||||||
left: 3em;
|
left: 3.25em;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
@ -17,12 +17,18 @@ export class InfoBox extends LitElement {
|
|||||||
.hinttext {
|
.hinttext {
|
||||||
color: white;
|
color: white;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
margin-top: 0.8em;
|
margin-top: 0.5em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hintbox {
|
.hintbox {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
overflow-y: scroll;
|
||||||
|
height: 8em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.infobox {
|
.infobox {
|
||||||
|
Loading…
Reference in New Issue
Block a user