mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Make inline events feel less claustrophobic in bubble layout
This commit is contained in:
parent
358a4e5d3f
commit
f99c0fad3e
1 changed files with 2 additions and 1 deletions
|
@ -221,6 +221,7 @@ limitations under the License.
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 5px 0;
|
||||
|
||||
.mx_EventTile_avatar {
|
||||
position: static;
|
||||
|
@ -287,7 +288,7 @@ limitations under the License.
|
|||
& + .mx_EventListSummary {
|
||||
.mx_EventTile {
|
||||
margin-top: 0;
|
||||
padding: 0;
|
||||
padding: 2px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue