mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
give continued events a little bit of top padding
this way, the background isn't clipped at the top
This commit is contained in:
parent
5d184b3f77
commit
7c03d71607
@ -41,6 +41,11 @@ limitations under the License.
|
||||
|
||||
.mx_EventTile_continuation {
|
||||
padding-top: 0px ! important;
|
||||
|
||||
&.mx_EventTile_isEditing {
|
||||
padding-top: 5px ! important;
|
||||
margin-top: -5px;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_EventTile_isEditing {
|
||||
|
Loading…
Reference in New Issue
Block a user