1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 09:34:41 -05:00

tag stuff

This commit is contained in:
Ashley 2023-02-02 19:12:36 +00:00
parent 07d0715ced
commit 2ffe1c0e01

View file

@ -1,7 +1,41 @@
:root{
--chip-background-hover: #3f3f3f;
}
body {
font-size:16px
}
.tags.rec {
font-weight: 600;
font-stretch: expanded;
overflow:hidden;
width: auto;
max-width: fit-content;
margin-right: auto;
padding-left: 1.5em;
margin-top: 7px;
display: flex;
gap: 3px;
}
.tags.rec:hover{
overflow-x:auto;
}
.tags.rec > .tag {
border-radius: 8px;
}
.tag {
background: #333;
padding: 5px;
border-radius: 4px;
word-break: break-all;
white-space: nowrap;
font-family: ubuntu, sans-serif;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';