From 097e7d2ff27b7408b59646645c320e224c27c7cb Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Wed, 24 Jan 2018 15:13:45 -0500 Subject: [PATCH] Fix tooltip --- browser/main/Detail/FullscreenButton.styl | 4 ++-- browser/main/Detail/InfoButton.styl | 4 ++-- browser/main/Detail/StarButton.styl | 6 +++--- browser/main/Detail/ToggleModeButton.styl | 5 +++-- browser/main/Detail/TrashButton.styl | 4 ++-- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/browser/main/Detail/FullscreenButton.styl b/browser/main/Detail/FullscreenButton.styl index 7cee4faa..132df2f8 100644 --- a/browser/main/Detail/FullscreenButton.styl +++ b/browser/main/Detail/FullscreenButton.styl @@ -8,8 +8,8 @@ tooltip() position absolute pointer-events none - top 26px - right 0 + top 65px + right 70px z-index 200 padding 5px line-height normal diff --git a/browser/main/Detail/InfoButton.styl b/browser/main/Detail/InfoButton.styl index a1c302f0..0e9a5af7 100644 --- a/browser/main/Detail/InfoButton.styl +++ b/browser/main/Detail/InfoButton.styl @@ -8,8 +8,8 @@ tooltip() position absolute pointer-events none - top 26px - right 0 + top 65px + right 20px z-index 200 padding 5px line-height normal diff --git a/browser/main/Detail/StarButton.styl b/browser/main/Detail/StarButton.styl index 647f3f23..ae161062 100644 --- a/browser/main/Detail/StarButton.styl +++ b/browser/main/Detail/StarButton.styl @@ -11,9 +11,9 @@ tooltip() position absolute pointer-events none - top 26px - right 0 - width 100% + top 65px + right 115px + width 40px z-index 200 padding 5px line-height normal diff --git a/browser/main/Detail/ToggleModeButton.styl b/browser/main/Detail/ToggleModeButton.styl index 61a047d9..76ec90a7 100644 --- a/browser/main/Detail/ToggleModeButton.styl +++ b/browser/main/Detail/ToggleModeButton.styl @@ -30,9 +30,10 @@ tooltip() position absolute pointer-events none - top 47px - right 11px + top 40px + left -3px z-index 200 + width 80px padding 5px line-height normal border-radius 2px diff --git a/browser/main/Detail/TrashButton.styl b/browser/main/Detail/TrashButton.styl index 455d36a6..da107ded 100644 --- a/browser/main/Detail/TrashButton.styl +++ b/browser/main/Detail/TrashButton.styl @@ -8,8 +8,8 @@ tooltip() position absolute pointer-events none - top 26px - right 0 + top 65px + right 50px z-index 200 padding 5px line-height normal