Improve clickability of view source event toggle button (#9068)
* Improve clickability of view source event toggle button Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Fix compression Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Make it easy to select subsequent events Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
@@ -66,6 +66,14 @@ limitations under the License.
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.mx_EventTile_info .mx_ViewSourceEvent ~ & {
|
||||
// improve clickability of view source event toggle button by removing vertical safe area
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
>* {
|
||||
|
||||
Reference in New Issue
Block a user