From 5d4e9aa9498c94f1c352432d7bc89f427d067723 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 8 Sep 2018 23:16:02 +0900 Subject: [PATCH] Show ai image in welcome page --- .../app/desktop/views/pages/welcome.vue | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/client/app/desktop/views/pages/welcome.vue b/src/client/app/desktop/views/pages/welcome.vue index 441ce890d0..ea1734f8c7 100644 --- a/src/client/app/desktop/views/pages/welcome.vue +++ b/src/client/app/desktop/views/pages/welcome.vue @@ -22,8 +22,10 @@ -

- %i18n:@about% +
+ + %i18n:@about% +

@@ -31,7 +33,7 @@

- + @@ -350,10 +352,10 @@ root(isDark) > .body display grid - grid-template-rows 1fr 1fr 256px 64px + grid-template-rows 390px 1fr 256px 64px grid-template-columns 1fr 1fr 350px gap 16px - height 1200px + height 1150px > .main grid-row 1 @@ -384,8 +386,12 @@ root(isDark) > * margin-right 16px + > .desc + max-width calc(100% - 150px) + > .sign font-size 120% + margin-bottom 0 > .divider margin 0 16px @@ -401,9 +407,9 @@ root(isDark) display block position absolute right 16px - bottom 16px - width 180px - opacity 0.3 + bottom 0 + height 320px + opacity 0.7 > *:not(.char) z-index 1