Compare commits
2 Commits
d5e03c0949
...
18c9175845
| Author | SHA1 | Date | |
|---|---|---|---|
| 18c9175845 | |||
| d1c3af6c08 |
@@ -216,9 +216,9 @@
|
|||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #475569;
|
color: #475569;
|
||||||
|
white-space: nowrap;
|
||||||
background: #f1f5f9;
|
background: #f1f5f9;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,8 +30,9 @@
|
|||||||
.mfr-card-name {
|
.mfr-card-name {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-size: 15px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 700;
|
||||||
|
line-height: 1.35;
|
||||||
color: var(--mfr-text);
|
color: var(--mfr-text);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user