This commit is contained in:
@@ -632,21 +632,23 @@
|
||||
}
|
||||
|
||||
.dashboard-review-segments {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
|
||||
gap: 8px;
|
||||
padding: 12px 20px;
|
||||
overflow-x: auto;
|
||||
overflow: visible;
|
||||
border-bottom: 1px solid var(--momo-border-light);
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.dashboard-review-segments a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 8px;
|
||||
flex: 0 0 auto;
|
||||
min-width: 0;
|
||||
min-height: 30px;
|
||||
padding: 6px 10px;
|
||||
overflow: hidden;
|
||||
color: var(--momo-text-secondary);
|
||||
background: var(--momo-bg-paper);
|
||||
border: 1px solid var(--momo-border-light);
|
||||
@@ -656,6 +658,13 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dashboard-review-segments a span:first-child {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dashboard-review-segments a.is-active {
|
||||
color: var(--momo-text-inverse);
|
||||
background: var(--momo-ink);
|
||||
|
||||
Reference in New Issue
Block a user