From d810906d0b4d5b09a5fcf03772e8ad490eddda3a Mon Sep 17 00:00:00 2001 From: Muah Date: Tue, 16 Jan 2018 04:31:34 +0200 Subject: [PATCH 1/2] increase tooltip font size --- helper/javascript_completions/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helper/javascript_completions/style.css b/helper/javascript_completions/style.css index a9d2384..e7bbe31 100644 --- a/helper/javascript_completions/style.css +++ b/helper/javascript_completions/style.css @@ -6,7 +6,7 @@ body{ color: #fff; margin: 0; padding: 0; - font-size: 0.85em; + font-size: 0.95rem; } .container{ background-color: #202A31; @@ -54,8 +54,8 @@ body{ } .container-hint-popup .container-url-doc{ margin-top: 5px; - font-size: 10px; + font-size: 0.75rem; } .go-to-def{ - font-size: 10px; + font-size: 0.75rem; } \ No newline at end of file From b732f32563da36f345d1d216ac5119186e20106f Mon Sep 17 00:00:00 2001 From: Muah Date: Tue, 16 Jan 2018 04:42:03 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper/javascript_completions/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helper/javascript_completions/style.css b/helper/javascript_completions/style.css index e7bbe31..3e41ac8 100644 --- a/helper/javascript_completions/style.css +++ b/helper/javascript_completions/style.css @@ -6,7 +6,7 @@ body{ color: #fff; margin: 0; padding: 0; - font-size: 0.95rem; + font-size: 0.9rem; } .container{ background-color: #202A31; @@ -54,8 +54,9 @@ body{ } .container-hint-popup .container-url-doc{ margin-top: 5px; - font-size: 0.75rem; + font-size: 0.80rem; } .go-to-def{ - font-size: 0.75rem; + font-size: 0.80rem; + line-height: 2; } \ No newline at end of file