Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 89bd6bd

Browse files
authored
Merge pull request #2269 from ptlthg/fix/plus_color_shift
Fix rank plus background gap
2 parents 3223f70 + 1a001b6 commit 89bd6bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

includes/header.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<ul>
6767
<li><a rel="noreferrer" href="https://github.com/Senither/hypixel-skyblock-facade" target="_blank">Hypixel SkyBlock Facade</a> by <span class="name">Senither</span></li>
6868
<li><a rel="noreferrer" href="https://github.com/Antonio32A/lilyweight" target="_blank">lilyweight</a> by <span class="name">LappySheep</span> and <span class="name">Antonio32A</span></li>
69-
<li><a rel="noreferrer" href="https://elitebot.dev/" target="_blank">Farming Weight</a> by <span class="name">Elite</span></li>
69+
<li><a rel="noreferrer" href="https://elitebot.dev/" target="_blank">Farming Weight</a> by <span class="name">Elite Farmers</span></li>
7070
</ul>
7171
</li>
7272
<li>Networth: <a rel="noreferrer" href="https://www.npmjs.com/package/skyhelper-networth" target="_blank">SkyHelper Networth</a> by <span class="name">SkyHelper</span></li>

public/resources/scss/stats.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
z-index: -1;
483483
position: absolute;
484484
top: 0;
485-
bottom: 0;
485+
bottom: -4px;
486486
left: -7px;
487487
right: 0;
488488
transform: skew(-20deg);

0 commit comments

Comments
 (0)