mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-14 04:05:14 +00:00
Display tags in posts (#11)
This commit is contained in:
@@ -36,4 +36,24 @@ img {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.tags {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
flex-flow: wrap;
|
||||
}
|
||||
|
||||
.tag {
|
||||
border-radius: 10px;
|
||||
padding: 7px;
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
background-blend-mode: multiply;
|
||||
min-width: 110px;
|
||||
}
|
||||
|
||||
.tag__display {
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user