From bf7e19b288c8ffda07e9adc300234b4bfc8c8b15 Mon Sep 17 00:00:00 2001
From: syuilo
Date: Fri, 7 Sep 2018 01:18:47 +0900
Subject: [PATCH] :art:
---
src/client/app/desktop/views/pages/welcome.vue | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/src/client/app/desktop/views/pages/welcome.vue b/src/client/app/desktop/views/pages/welcome.vue
index 1bcb0ecb2..5100a8efc 100644
--- a/src/client/app/desktop/views/pages/welcome.vue
+++ b/src/client/app/desktop/views/pages/welcome.vue
@@ -28,6 +28,8 @@
|
%i18n:@signin%
+
+
@@ -247,6 +249,7 @@ root(isDark)
> div
padding 32px
+ min-height 100%
> h1
margin 0
@@ -281,6 +284,17 @@ root(isDark)
&:hover
color $theme-color
+ > .char
+ display block
+ position absolute
+ right 0
+ bottom 0
+ width 180px
+ opacity 0.3
+
+ > *:not(.char)
+ z-index 1
+
> .announcements
grid-row 2
grid-column 1