summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_navbar.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-29 22:09:08 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-29 22:09:08 +0500
commit3866358c0a59b32ced42bce9aaaf3a0091968f07 (patch)
tree96b59badd97fa86a8b66e0ad7946e83eb3e09686 /web/sass-files/sass/partials/_navbar.scss
parenta9da77908a1c4a01b7f0ce7cb253a77e3eebb407 (diff)
downloadchat-3866358c0a59b32ced42bce9aaaf3a0091968f07.tar.gz
chat-3866358c0a59b32ced42bce9aaaf3a0091968f07.tar.bz2
chat-3866358c0a59b32ced42bce9aaaf3a0091968f07.zip
Minor Ui updates regarding the search and the center channel header on mobile.
Diffstat (limited to 'web/sass-files/sass/partials/_navbar.scss')
-rw-r--r--web/sass-files/sass/partials/_navbar.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/web/sass-files/sass/partials/_navbar.scss b/web/sass-files/sass/partials/_navbar.scss
index e5e67a9e0..905907d84 100644
--- a/web/sass-files/sass/partials/_navbar.scss
+++ b/web/sass-files/sass/partials/_navbar.scss
@@ -5,15 +5,15 @@
.navbar-default {
position: absolute;
border: none;
- min-height: 50px;
+ min-height: 45px;
background: $primary-color;
.navbar-nav {
> li {
> a {
- height: 50px;
+ height: 45px;
padding: 0 1.3em;
i {
- line-height: 50px;
+ line-height: 45px;
}
}
}
@@ -24,8 +24,8 @@
border-radius: 0;
margin: 0;
padding: 0 10px;
- line-height: 53px;
- height: 50px;
+ line-height: 48px;
+ height: 44px;
z-index: 5;
fill: #fff;
.icon-bar {
@@ -38,8 +38,8 @@
}
.navbar-brand {
padding: 0 0.5em;
- height: 50px;
- line-height: 50px;
+ height: 45px;
+ line-height: 45px;
float: none;
font-size: 16px;
.heading {