mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix stylelint issue and update header
This commit is contained in:
parent
6b96a16108
commit
e7ad9b82e0
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user