diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-17 22:29:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-17 22:29:25 +0900 |
| commit | c10c534d028a8f5be6fe3028cf82835ac6e39db5 (patch) | |
| tree | 3fdd1ee05537f1de0c9f93ae3a9d5a6002d8f851 /src | |
| parent | :art: (diff) | |
| download | sharkey-c10c534d028a8f5be6fe3028cf82835ac6e39db5.tar.gz sharkey-c10c534d028a8f5be6fe3028cf82835ac6e39db5.tar.bz2 sharkey-c10c534d028a8f5be6fe3028cf82835ac6e39db5.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/desktop/views/pages/welcome.vue | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/src/web/app/desktop/views/pages/welcome.vue b/src/web/app/desktop/views/pages/welcome.vue index 5d1d4ad01b..47068bd937 100644 --- a/src/web/app/desktop/views/pages/welcome.vue +++ b/src/web/app/desktop/views/pages/welcome.vue @@ -10,7 +10,7 @@ </div> <div> <div> - <header>%fa:comments R% タイムライン</header> + <header>%fa:comments R% タイムライン<div><span></span><span></span><span></span></div></header> <mk-welcome-timeline/> </div> </div> @@ -162,6 +162,30 @@ export default Vue.extend({ color #888d94 box-shadow 0 1px 0px rgba(0, 0, 0, 0.1) + > div + position absolute + top 0 + right 0 + padding inherit + + > span + display inline-block + height 11px + width 11px + margin-left 5px + background #ccc + border-radius 100% + vertical-align middle + + &:nth-child(1) + background #5BCC8B + + &:nth-child(2) + background #E6BB46 + + &:nth-child(3) + background #DF7065 + > .mk-welcome-timeline max-height 350px overflow auto |