diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-28 00:47:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-28 00:47:52 +0900 |
| commit | 93fa28991e8e0abe01948a7703af102ce2a1e465 (patch) | |
| tree | 75edd2ed2809054644036d4afe056496768d180d /src/client | |
| parent | 1.1.0 (diff) | |
| download | misskey-93fa28991e8e0abe01948a7703af102ce2a1e465.tar.gz misskey-93fa28991e8e0abe01948a7703af102ce2a1e465.tar.bz2 misskey-93fa28991e8e0abe01948a7703af102ce2a1e465.zip | |
:art:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/desktop/views/components/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/timeline.vue b/src/client/app/desktop/views/components/timeline.vue index 31271c7c19..2047b5dced 100644 --- a/src/client/app/desktop/views/components/timeline.vue +++ b/src/client/app/desktop/views/components/timeline.vue @@ -67,7 +67,7 @@ root(isDark) z-index 10 background isDark ? #313543 : #fff border-radius 6px 6px 0 0 - box-shadow 0 1px rgba(0, 0, 0, 0.08) + box-shadow 0 1px isDark ? rgba(#000, 0.15) : rgba(#000, 0.08) > button position absolute |