1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 12:25:54 +02:00

[Client] Sticky icons

This commit is contained in:
syuilo
2017-02-06 16:14:05 +09:00
parent e52cb4d71b
commit 70847209c4
5 changed files with 8 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
<style type="stylus">
:scope
display block
overflow hidden
background #fff
> .banner

View File

@@ -29,7 +29,7 @@
//border solid 1px #eaeaea
border solid 1px rgba(0, 0, 0, 0.075)
border-radius 6px
overflow hidden
//box-shadow 0px 2px 16px rgba(0, 0, 0, 0.2)
&:not(:last-child)
margin-bottom 16px

View File

@@ -137,7 +137,9 @@
> .avatar-anchor
display block
float left
margin 0 16px 0 0
margin 0 16px 10px 0
position sticky
top 74px
> .avatar
display block