mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 04:49:00 +01:00
:p
This commit is contained in:
parent
fca41df817
commit
2fd11f9679
1 changed files with 5 additions and 4 deletions
|
@ -1566,17 +1566,19 @@ WIP! </a>
|
|||
</span>
|
||||
<style>
|
||||
|
||||
|
||||
.tag-container {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
|
||||
gap: 5px;
|
||||
max-height: fit-content;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
padding-bottom: 8px;
|
||||
scrollbar-width: thin;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
|
||||
.tag {
|
||||
color: #fff;
|
||||
padding: 8px 16px;
|
||||
|
@ -1624,8 +1626,7 @@ WIP! </a>
|
|||
|
||||
|
||||
<% } 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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue