mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 22:37:56 +01:00
tag stuff
This commit is contained in:
parent
070aa05b2e
commit
2baed2aa9b
1 changed files with 15 additions and 1 deletions
|
@ -739,3 +739,17 @@ object-fit:none;
|
||||||
.hj {
|
.hj {
|
||||||
display: none;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue