Fix stylelint issue and update header
parent
6b96a16108
commit
e7ad9b82e0
|
@ -16,9 +16,10 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_MImageReplyBody {
|
.mx_MImageReplyBody {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template: "image sender" 20px
|
grid-template:
|
||||||
"image filename" 20px
|
"image sender" 20px
|
||||||
/ 44px auto;
|
"image filename" 20px
|
||||||
|
/ 44px auto;
|
||||||
grid-gap: 4px;
|
grid-gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
Loading…
Reference in New Issue