mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
css for alwaysShowTimestamps
This commit is contained in:
parent
a12cfdb53c
commit
1ff6d4846c
1 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,10 @@ limitations under the License.
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MessagePanel_alwaysShowTimestamps .mx_MessageTimestamp {
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EventTile_selected .mx_MessageTimestamp {
|
.mx_EventTile_selected .mx_MessageTimestamp {
|
||||||
left: 3px;
|
left: 3px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue