mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 22:14:38 -05: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>
|
</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>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue