diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-06 04:38:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-06 04:38:07 +0900 |
| commit | b4f86feddb213bf61a55dff6174a53a1561e8ffd (patch) | |
| tree | 5e718b68b88ece0204213a8f22000b1b9e309a60 /src | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-b4f86feddb213bf61a55dff6174a53a1561e8ffd.tar.gz sharkey-b4f86feddb213bf61a55dff6174a53a1561e8ffd.tar.bz2 sharkey-b4f86feddb213bf61a55dff6174a53a1561e8ffd.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/pages/welcome.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/app/desktop/views/pages/welcome.vue b/src/client/app/desktop/views/pages/welcome.vue index f21070f36f..f6473a4fc6 100644 --- a/src/client/app/desktop/views/pages/welcome.vue +++ b/src/client/app/desktop/views/pages/welcome.vue @@ -225,10 +225,14 @@ root(isDark) overflow auto > header + z-index 1 padding 0 16px line-height 48px background isDark ? #313543 : #fff + if !isDark + box-shadow 0 1px 0px rgba(0, 0, 0, 0.1) + & + div max-height calc(100% - 48px) |