tag stuff

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

View file

@ -738,4 +738,18 @@ 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;
}