remotes/1693045480750635534/spooky-22
kek7198 2022-01-03 21:16:23 -06:00
parent 3cbfb2fae5
commit 8618b607d4
2 changed files with 5 additions and 1 deletions

View File

@ -4373,6 +4373,10 @@ img.emoji-lg {
display: block;
}
.xl\:inline-block {
display: inline-block;
}
.xl\:flex {
display: flex;
}

View File

@ -31,7 +31,7 @@
Comments
</a>
<a href="/leaderboard" class="hidden lg:inline-block relative px-3 py-2.5 rounded text-sm leading-normal {{ 'text-gray-200 font-bold text-shadow' if request.path == '/leaderboard' else 'text-gray-400 hover:text-gray-300 dark:text-gray-500 dark:hover:text-gray-400' }}" aria-current="page">
<a href="/leaderboard" class="hidden xl:inline-block relative px-3 py-2.5 rounded text-sm leading-normal {{ 'text-gray-200 font-bold text-shadow' if request.path == '/leaderboard' else 'text-gray-400 hover:text-gray-300 dark:text-gray-500 dark:hover:text-gray-400' }}" aria-current="page">
<i class="fas fa-trophy fa-fw mr-2"></i>
Leaderboards
</a>