trying diffrent design for translations. not sure if i like this more than just hiding the tl, but also. hiding the tl is silly?

This commit is contained in:
2022-06-10 01:33:31 +02:00
parent a035ea3201
commit 260e25e37a
2 changed files with 25 additions and 12 deletions

View File

@@ -224,6 +224,15 @@ main {
margin-bottom: 6px;
}
.result-translation {
font-size: 0.9rem;
color: var(--darkgrey);
}
.result-translation::before {
content: " - ";
}
.result summary {
margin-top: 4px;
color: grey;