Skip to content

Commit

Permalink
Merge pull request #484 from gemini-testing/sipayrt.bullet-fix
Browse files Browse the repository at this point in the history
fix(bullet): do not repeat bullet background
  • Loading branch information
sipayRT authored Aug 8, 2023
2 parents d69b4aa + cc372b0 commit b275e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ main.container {
margin-right: 5px;
vertical-align: middle;
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.416L12.793 11.206C12.9816 11.3882 13.2342 11.489 13.4964 11.4867C13.7586 11.4844 14.0094 11.3792 14.1948 11.1938C14.3802 11.0084 14.4854 10.7576 14.4877 10.4954C14.4899 10.2332 14.3892 9.9806 14.207 9.792L8.707 4.295C8.51947 4.10753 8.26516 4.00221 8 4.00221C7.73483 4.00221 7.48052 4.10753 7.293 4.295L1.793 9.792C1.61084 9.9806 1.51004 10.2332 1.51232 10.4954C1.5146 10.7576 1.61977 11.0084 1.80518 11.1938C1.99058 11.3792 2.2414 11.4844 2.50359 11.4867C2.76579 11.489 3.01839 11.3882 3.207 11.206L8 6.416Z' fill='black'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
}

.fa.fa-browser:before {
Expand Down

0 comments on commit b275e6b

Please sign in to comment.