mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
style: increase spacing a bit
This commit is contained in:
parent
5f48827fb3
commit
1a64a724c6
1 changed files with 4 additions and 4 deletions
|
@ -256,7 +256,7 @@
|
|||
|
||||
<div class="group source hidden">
|
||||
<div class="top">
|
||||
source
|
||||
<span style="margin-right: 0.5em">source</span>
|
||||
<span
|
||||
id="reportQuoteButton"
|
||||
class="textButton hidden"
|
||||
|
@ -264,7 +264,7 @@
|
|||
data-balloon-pos="up"
|
||||
style="display: inline-block"
|
||||
>
|
||||
<i class="icon fas fa-flag"></i>
|
||||
<i class="icon fas fa-fw fa-flag"></i>
|
||||
</span>
|
||||
<span
|
||||
id="favoriteQuoteButton"
|
||||
|
@ -273,7 +273,7 @@
|
|||
data-balloon-pos="up"
|
||||
style="display: inline-block"
|
||||
>
|
||||
<i class="icon far fa-heart"></i>
|
||||
<i class="icon far fa-fw fa-heart"></i>
|
||||
</span>
|
||||
<span
|
||||
id="rateQuoteButton"
|
||||
|
@ -281,7 +281,7 @@
|
|||
aria-label="Rate quote"
|
||||
data-balloon-pos="up"
|
||||
>
|
||||
<i class="icon far fa-star"></i>
|
||||
<i class="icon far fa-fw fa-star"></i>
|
||||
<span class="rating"></span>
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue