From f887df178cb74d727adf00a583938b0748812f15 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 11 Sep 2013 15:51:11 -0700 Subject: [PATCH] Fix small issues --- themes/atom-dark-ui/panels.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/atom-dark-ui/panels.less b/themes/atom-dark-ui/panels.less index 63f0dc430..c8e2b947b 100644 --- a/themes/atom-dark-ui/panels.less +++ b/themes/atom-dark-ui/panels.less @@ -37,6 +37,7 @@ .inset-panel { position: relative; background-color: @inset-panel-background-color; + border-radius: @component-border-radius; border: 1px solid @inset-panel-border-color; box-shadow: @@ -72,7 +73,8 @@ .btn { padding: 1px 5px; font-size: 10px; - position: relative; top: -1px; + position: relative; + top: -3px; @bg: lighten(@button-background-color, 10%); @hover: lighten(@button-background-color-hover, 10%);