1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-19 06:23:44 -05:00

tag stuff

This commit is contained in:
Ashley 2023-01-28 12:56:16 +00:00
parent 070aa05b2e
commit 2baed2aa9b

View file

@ -739,3 +739,17 @@ object-fit:none;
.hj {
display: none;
}
.tags.rec {
width: 21em;
margin-bottom: -1.3em;
font-weight: 600;
font-stretch: expanded;
overflow:hidden;
font-family: var(--text-font-primary);
}
.tags.rec:hover{
overflow-x:auto;
}