about summary refs log tree commit diff
path: root/app/javascript/styles/components.scss
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-07-11 21:36:27 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-11 14:36:27 +0200
commit31366334cb186974fe97234e05fe36d19d33841b (patch)
tree58d3f00e3ca357cdf7263ac84be75f435c82213c /app/javascript/styles/components.scss
parent425acecfdb15093a265b191120fb2d4e4c4135c4 (diff)
Drawer tab according to column (#4135)
* Add notifications link to drawer

* Remove local and public timeline tab in drawer

* Add home
Diffstat (limited to 'app/javascript/styles/components.scss')
-rw-r--r--app/javascript/styles/components.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index 97651b5f4..def69d250 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -1317,8 +1317,7 @@
 .drawer__tab {
   display: block;
   flex: 1 1 auto;
-  padding: 15px;
-  padding-bottom: 13px;
+  padding: 15px 5px 13px;
   color: $ui-primary-color;
   text-decoration: none;
   text-align: center;