Skip to content

Commit cdf4642

Browse files
committed
Style tweaks to match results
1 parent 62ac915 commit cdf4642

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pages/scripts/index.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ class CRSearchResults extends HTMLElement {
105105
overflow-y: auto;
106106
}
107107
.match-info {
108-
margin: 10px 0;
109-
padding: 0 20px;
108+
padding: 10px 20px;
110109
text-decoration: none;
111110
color: initial;
112111
display: block;
@@ -118,6 +117,10 @@ class CRSearchResults extends HTMLElement {
118117
font-size: 1.4em;
119118
margin-bottom: 5px;
120119
}
120+
.match-label .label {
121+
display: flex;
122+
justify-content: space-between;
123+
}
121124
.match-label .type {
122125
font-size: 0.7em;
123126
}

0 commit comments

Comments
 (0)