diff --git a/less/chats.less b/less/chats.less index afd463b..e065693 100644 --- a/less/chats.less +++ b/less/chats.less @@ -60,7 +60,7 @@ overflow-x: hidden; overflow-y: auto; border-top: 1px solid @gray-lighter; - + li { position: relative; clear: both; @@ -73,14 +73,14 @@ border-bottom: 1px solid; border-color: #eee; background: #fff; - + i { position: relative; left: -30px; font-size: 20px; top: -20px; } - + img, .user-icon { .user-icon-style(50px, 2.4rem, 50%); margin-top: 4px; @@ -187,6 +187,12 @@ overflow-y: auto; border-top: 1px solid @gray-lighter; + > li.no_active { + height: initial; + padding-bottom: 0.5rem; + text-align: center; + } + > li { position: relative; clear: both; diff --git a/less/header.less b/less/header.less index df76901..3c88fa5 100644 --- a/less/header.less +++ b/less/header.less @@ -6,6 +6,10 @@ padding: 0; color: @gray-dark; + li.no-notifs { + text-align: center; + } + li { width: 400px; text-align: left;