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