We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ac915 commit cdf4642Copy full SHA for cdf4642
pages/scripts/index.js
@@ -105,8 +105,7 @@ class CRSearchResults extends HTMLElement {
105
overflow-y: auto;
106
}
107
.match-info {
108
- margin: 10px 0;
109
- padding: 0 20px;
+ padding: 10px 20px;
110
text-decoration: none;
111
color: initial;
112
display: block;
@@ -118,6 +117,10 @@ class CRSearchResults extends HTMLElement {
118
117
font-size: 1.4em;
119
margin-bottom: 5px;
120
+ .match-label .label {
121
+ display: flex;
122
+ justify-content: space-between;
123
+ }
124
.match-label .type {
125
font-size: 0.7em;
126
0 commit comments