updated css
This commit is contained in:
@@ -264,13 +264,20 @@
|
||||
}
|
||||
}
|
||||
|
||||
.pexpo-core-tags {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
row-gap: 6px;
|
||||
}
|
||||
|
||||
.pexpo-core-tag {
|
||||
font-size: 12px;
|
||||
padding: 3px 8px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid rgba(149,0,0,.28);
|
||||
color: rgba(149,0,0,.90);
|
||||
background: rgba(149,0,0,.06);
|
||||
border: 1px solid #333333ce;
|
||||
color: var(--text);
|
||||
background: #99999930;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user