Skip to content

Commit 6eeb8ee

Browse files
committed
realign tooltip of buttons in articleDetail
1 parent dd2a820 commit 6eeb8ee

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

browser/styles/main/ArticleDetail.styl

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,17 @@ infoButton()
7575
&:hover
7676
.tooltip
7777
opacity 1
78+
&>button
7879
&:nth-child(1) .tooltip
79-
margin-left -40px
80-
&:nth-child(2) .tooltip
81-
margin-left -80px
80+
margin-left -85px
8281
&:nth-child(3) .tooltip
83-
margin-left -60px
82+
margin-left -80px
8483
&:nth-child(4) .tooltip
85-
margin-left -50px
84+
margin-left -60px
85+
&:nth-child(5) .tooltip
86+
margin-left -100px
87+
.ShareButton-open-button .tooltip
88+
margin-left -40px
8689
.ShareButton-dropdown
8790
position fixed
8891
&.hide

0 commit comments

Comments
 (0)