diff --git a/app/lib/components/ToolArea/ToolArea.jsx b/app/lib/components/ToolArea/ToolArea.jsx
index 46b1d3d..0a5a2d7 100644
--- a/app/lib/components/ToolArea/ToolArea.jsx
+++ b/app/lib/components/ToolArea/ToolArea.jsx
@@ -35,7 +35,11 @@ class ToolArea extends React.Component
checked={currentToolTab === 'chat'}
/>
diff --git a/app/stylus/components/ToolArea.styl b/app/stylus/components/ToolArea.styl
index d106d0b..16fe8c5 100644
--- a/app/stylus/components/ToolArea.styl
+++ b/app/stylus/components/ToolArea.styl
@@ -63,7 +63,7 @@
> label {
order: 1;
display: block;
- padding: 1vmin 0 1vmin 0;
+ padding: 1vmin 0 0.8vmin 0;
cursor: pointer;
background: rgba(#000, 0.3);
font-weight: bold;
@@ -72,6 +72,18 @@
width: 33.33%;
font-size: 1.3vmin;
height: 3vmin;
+
+
+ > .badge {
+ padding: 0.1vmin 1vmin;
+ text-align: center;
+ font-weight: 300;
+ font-size: 1.2vmin;
+ color: #fff;
+ background-color: #b12525;
+ border-radius: 2px;
+ margin-left: 1vmin;
+ }
}
> .tab {