simple search results stats

This commit is contained in:
2022-06-10 03:41:44 +02:00
parent 260e25e37a
commit fad6471e48
2 changed files with 47 additions and 4 deletions

View File

@@ -128,6 +128,9 @@ header input:focus {
header span.heonian {
font-size: 1.5rem;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
}
header.fullscreen {
@@ -145,6 +148,7 @@ header.fullscreen {
header.fullscreen span.heonian {
font-size: 8rem;
cursor: default;
}
header.fullscreen #search {
@@ -191,6 +195,10 @@ main {
padding-top: 0;
}
.result:last-child {
border-bottom: none;
}
.result-meaning {
padding-bottom: 8px;
}
@@ -222,6 +230,8 @@ main {
color: var(--darkgrey);
margin-top: 6px;
margin-bottom: 6px;
border-left: 3px solid var(--darkgrey);
padding-left: 4px;
}
.result-translation {
@@ -244,4 +254,12 @@ main {
font-size: 1.25rem;
}
.results-header-count::after {
content: ", ";
}
.results-header-count:last-child::after {
content: "";
}
/* todo. organize this file better. this is a fucking mess */