Better view of example translations and add translation button.

This commit is contained in:
2020-01-26 12:42:32 +01:00
parent 932400a06c
commit 311e94c5a1
2 changed files with 13 additions and 5 deletions

View File

@@ -160,10 +160,18 @@
float: left;
}
.example-arrow, .example-dot {
.example-dot {
margin-right: 1em;
}
.example-translation {
margin-left: 1em;
&:before {
content: '↪';
margin-right: 0.2em;
}
}
.example-text {
._hoverable();
}
@@ -199,6 +207,9 @@
.add-button {
padding: 0 .5em;
margin-left: .3em;
background-color: @aqua;
color: @black;
}
// if span left of input it is just too high, this is a fix