Alasdair Smith 8 лет назад
Родитель
Сommit
4174b8edee

+ 1 - 1
services/web/app/views/project/list/modals.pug

@@ -324,7 +324,7 @@ script(type="text/ng-template", id="v1ImportModalTemplate")
 
 	.modal-body.v1-import-wrapper
 		.v1-import-row
-			.v1-import-col
+			.v1-import-col.v1-import-col--left
 				img.v1-import-img(
 					src="/img/v1-import/v2-editor.png"
 					alt="The new V2 editor."

BIN
services/web/public/img/v1-import/v2-editor.png


+ 4 - 0
services/web/public/stylesheets/app/list/v1-import-modal.less

@@ -17,6 +17,10 @@
 		margin-bottom: 0;
 	}
 
+.v1-import-col--left {
+	flex-shrink: 1.1;
+}
+
 .v1-import-img {
 	width: 100%;
 	margin-top: 30px;