1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 22:14:38 -05:00
This commit is contained in:
ashley 2024-10-23 15:33:17 +00:00
parent fca41df817
commit 2fd11f9679

View file

@ -1566,17 +1566,19 @@ WIP! </a>
</span> </span>
<style> <style>
.tag-container { .tag-container {
display: flex; display: flex;
gap: 8px; gap: 5px;
max-height: fit-content; max-height: fit-content;
overflow-x: auto; overflow-x: auto;
white-space: nowrap; white-space: nowrap;
padding-bottom: 8px; padding-bottom: 8px;
scrollbar-width: thin; scrollbar-width: thin;
margin-top: 1em;
} }
.tag { .tag {
color: #fff; color: #fff;
padding: 8px 16px; padding: 8px 16px;
@ -1624,8 +1626,7 @@ WIP! </a>
<% } else { %> <% } else { %>
<p style="margin:0">oh hey i think you lost your keywords <a href="/search?query=where+to+find+a+keywords">look how to find one</a></p> <% } %>
<% } %>
</div> </div>