mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: use relative units to prevent timeline crop (#20943)
This commit is contained in:
@@ -139,7 +139,7 @@
|
|||||||
.timeline-scrollarea-wrapper {
|
.timeline-scrollarea-wrapper {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding-right: 1.5em;
|
padding-right: 1.5em;
|
||||||
width: 100px;
|
width: 7em;
|
||||||
}
|
}
|
||||||
.timeline-scrollarea {
|
.timeline-scrollarea {
|
||||||
border-right: 1px solid var(--tertiary-low-or-tertiary-high);
|
border-right: 1px solid var(--tertiary-low-or-tertiary-high);
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
|
|
||||||
.timeline-ago {
|
.timeline-ago {
|
||||||
color: var(--primary-med-or-secondary-med);
|
color: var(--primary-med-or-secondary-med);
|
||||||
max-width: 70px;
|
max-width: 4.6em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user