Fix stylelint issue and update header

pull/21833/head
Tulir Asokan 2020-04-10 16:27:39 +03:00
parent 6b96a16108
commit e7ad9b82e0
2 changed files with 5 additions and 4 deletions

View File

@ -16,9 +16,10 @@ limitations under the License.
.mx_MImageReplyBody {
display: grid;
grid-template: "image sender" 20px
"image filename" 20px
/ 44px auto;
grid-template:
"image sender" 20px
"image filename" 20px
/ 44px auto;
grid-gap: 4px;
}

View File

@ -1,5 +1,5 @@
/*
Copyright 2019 Tulir Asokan <tulir@maunium.net>
Copyright 2020 Tulir Asokan <tulir@maunium.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.