Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5300ee426d |
@@ -1524,7 +1524,6 @@ body {
|
|||||||
.bp-item-type.evening { background: var(--danger-light); color: var(--danger); }
|
.bp-item-type.evening { background: var(--danger-light); color: var(--danger); }
|
||||||
.bp-item-type.study { background: var(--success-light); color: var(--success); }
|
.bp-item-type.study { background: var(--success-light); color: var(--success); }
|
||||||
.bp-item-text {
|
.bp-item-text {
|
||||||
flex: 1;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -1534,10 +1533,7 @@ body {
|
|||||||
.bp-item-note {
|
.bp-item-note {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
margin-left: 8px;
|
margin-left: 4px;
|
||||||
max-width: 200px;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.bp-list-empty {
|
.bp-list-empty {
|
||||||
|
|||||||
Reference in New Issue
Block a user