1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Unhide the view source event toggle - it works well enough (#11336)

This commit is contained in:
Michael Telatynski
2023-07-28 09:02:43 +01:00
committed by GitHub
parent 5636a9f7ca
commit b496fe0a2b

View File

@ -1203,11 +1203,6 @@ $left-gutter: 64px;
height: 14px; /* avatar img size */
}
.mx_ViewSourceEvent_toggle {
display: none; /* hide the hidden event expand button, not enough
space, view source can still be used */
}
&.mx_EventTile_selected .mx_EventTile_line,
.mx_EventTile_line {
$line-height: $font-12px;