Show timeline icons at all widths
This commit is contained in:
@@ -158,8 +158,12 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-timeline-label-short {
|
.message-timeline-label-full {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message-timeline-label-short {
|
||||||
|
display: inline-flex;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -170,15 +174,6 @@
|
|||||||
height: 1rem;
|
height: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 720px) {
|
|
||||||
.message-timeline-label-full {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.message-timeline-label-short {
|
|
||||||
display: inline-flex;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.message-timeline-tooltip {
|
.message-timeline-tooltip {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
|||||||
Reference in New Issue
Block a user