From 8a789b9d2278dee0ad3842a974760048538a5764 Mon Sep 17 00:00:00 2001
From: Peter Jaszkowiak
Date: Sat, 18 Nov 2017 19:20:22 -0700
Subject: [PATCH] Style improvements
- Remove menu button borders
- Make menu buttons full height
- Make overlay white instead of grey
---
less/header.less | 2 --
less/mobile.less | 16 +++++++---------
templates/partials/menu.tpl | 6 ++----
3 files changed, 9 insertions(+), 15 deletions(-)
diff --git a/less/header.less b/less/header.less
index 17b4cfc..cfada5a 100644
--- a/less/header.less
+++ b/less/header.less
@@ -108,8 +108,6 @@
}
.navbar-toggle {
- width: 44px;
-
.notification-icon {
position: absolute;
left: -13px;
diff --git a/less/mobile.less b/less/mobile.less
index 74b3025..d8212ac 100644
--- a/less/mobile.less
+++ b/less/mobile.less
@@ -51,17 +51,15 @@
}
.navbar-toggle {
- line-height: 10px;
-
- &.pull-left {
- margin-left: @navbar-padding-horizontal;
- margin-right: 0;
- }
+ padding: 10px 17px;
+ margin: 0;
+ line-height: 30px;
+ border: none;
.header & .notification-icon {
left: auto;
- top: -3px;
- right: -8px;
+ right: 7px;
+ top: 10px;
&.unread-count::after {
position: static;
@@ -249,7 +247,7 @@
right: 0;
z-index: 1040;
content: ' ';
- background: rgba(0, 0, 0, 0.300);
+ background: rgba(256, 256, 256, 0.5);
opacity: 0;
visibility: hidden;
diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl
index 790b3b1..884e09c 100644
--- a/templates/partials/menu.tpl
+++ b/templates/partials/menu.tpl
@@ -1,13 +1,11 @@