This commit is contained in:
@@ -809,6 +809,31 @@
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.dashboard-review-reasons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 4px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.dashboard-review-reasons span {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
max-width: 130px;
|
||||
min-height: 20px;
|
||||
padding: 2px 7px;
|
||||
overflow: hidden;
|
||||
color: var(--momo-accent-strong);
|
||||
background: rgba(188, 117, 48, 0.08);
|
||||
border: 1px solid rgba(188, 117, 48, 0.22);
|
||||
border-radius: var(--momo-radius-pill);
|
||||
font-size: 10px;
|
||||
font-weight: 800;
|
||||
line-height: 1.2;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dashboard-review-note {
|
||||
color: var(--momo-warning-text);
|
||||
font-size: 10px;
|
||||
|
||||
Reference in New Issue
Block a user