We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d545c commit a1fe11dCopy full SHA for a1fe11d
1 file changed
src/css/_BRsearch.scss
@@ -9,8 +9,7 @@
9
display: none;
10
position: absolute;
11
bottom: calc(100% + 5px);
12
- left: 50%;
13
- transform: translateX(-50%);
+ left: -14px;
14
width: 350px;
15
max-width: 100vw;
16
padding: 12px 14px;
@@ -34,9 +33,7 @@
34
33
35
content: "";
36
bottom: -9px;
37
38
- margin-left: -1px;
39
+ left: 0;
40
width: 30px;
41
height: 10px;
42
clip-path: polygon(0 0, 100% 0, 50% 100%);
@@ -131,9 +128,10 @@
131
128
main {
132
129
@include ellipsis-lines(4);
133
130
margin-bottom: 6px;
+ &:before { content: "“"; }
+ &:after { content: "”"; }
134
}
135
footer {
136
- text-align: center;
137
font-size: 0.85em;
138
opacity: .8;
139
0 commit comments