diff options
-rw-r--r-- | chrome/browser/resources/shared/css/bubble.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/browser/resources/shared/css/bubble.css b/chrome/browser/resources/shared/css/bubble.css index 2befbf6..5104232 100644 --- a/chrome/browser/resources/shared/css/bubble.css +++ b/chrome/browser/resources/shared/css/bubble.css @@ -12,13 +12,10 @@ .bubble-content { color: black; - left: 1px; line-height: 150%; + margin: 1px; padding: 8px 11px 12px; position: relative; - right: 1px; - top: 1px; - width: 298px; z-index: 3; } @@ -66,7 +63,7 @@ html[dir='rtl'] .bubble-close { } .bubble-shadow { - bottom: -2px; + bottom: 0; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); left: 0; position: absolute; |