mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +01:00
tags!!!!!
This commit is contained in:
parent
aa222cd19f
commit
244e708edd
1 changed files with 15 additions and 0 deletions
|
@ -242,3 +242,18 @@ a {
|
|||
font-stretch: 100%;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.tags {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
overflow-x: auto;
|
||||
column-gap: 3px;
|
||||
}
|
||||
|
||||
.tag {
|
||||
background: #333;
|
||||
padding: 5px;
|
||||
border-radius: 4px;
|
||||
word-break: break-all;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue