mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Add image dimensions
To avoid popping when the image loads & make sure the SVG appears the right size
This commit is contained in:
parent
c4235ca20a
commit
cd4b520574
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ limitations under the License.
|
|||
.mx_CreateEvent_image {
|
||||
float: left;
|
||||
padding-right: 20px;
|
||||
width: 72px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.mx_CreateEvent_header {
|
||||
|
|
Loading…
Reference in a new issue