mirror of https://github.com/vector-im/riot-web
Add image dimensions
To avoid popping when the image loads & make sure the SVG appears the right sizepull/21833/head
parent
c4235ca20a
commit
cd4b520574
|
@ -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 New Issue