fixed 'no more results' text
Some checks failed
Run Integration Tests / test (pull_request) Failing after 1m38s
Some checks failed
Run Integration Tests / test (pull_request) Failing after 1m38s
This commit is contained in:
parent
5ae97da6d0
commit
8700035893
9 changed files with 37 additions and 16 deletions
|
@ -1158,17 +1158,20 @@ p {
|
|||
border-radius: 8px;
|
||||
position: relative;
|
||||
border: 1px solid var(--snip-border);
|
||||
margin-left: 175px;
|
||||
color: var(--fg);
|
||||
width: 530px;
|
||||
padding: 15px;
|
||||
margin-bottom: 627px;
|
||||
margin-top: -20px;
|
||||
margin-top: 20px;
|
||||
font-size: 14px;
|
||||
line-height: 1.58;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
.no-results-found-offset {
|
||||
margin-left: 175px;
|
||||
}
|
||||
|
||||
/* MAP */
|
||||
|
||||
.message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue