summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-16 08:04:08 -0800
committerCorey Hulen <corey@hulen.com>2015-12-16 08:04:08 -0800
commitf08deca79f24ff1efe086483a091cf807a5a2e14 (patch)
treeccd07f3b2df0b6ef01d2a1d9cb0ffdca97a01fa4
parent34e0ac00e81f5e8912e341e4fece3b38dbb6cf76 (diff)
parent2958b534263a38e5d613df3be9b0aeff4013b21b (diff)
downloadchat-f08deca79f24ff1efe086483a091cf807a5a2e14.tar.gz
chat-f08deca79f24ff1efe086483a091cf807a5a2e14.tar.bz2
chat-f08deca79f24ff1efe086483a091cf807a5a2e14.zip
Merge pull request #1739 from asaadmahmoodspin/ui-improvements
UI Improvements for online icon and permalink
-rw-r--r--web/sass-files/sass/partials/_post.scss9
-rw-r--r--web/sass-files/sass/partials/_sidebar--left.scss6
2 files changed, 12 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index fbebb4e98..ff430ba8a 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -501,6 +501,15 @@ body.ios {
&.post--comment {
+ .popover {
+
+ margin-top: 84px;
+
+ > .arrow {
+ top: 21px !important;
+ }
+ }
+
.post__header {
.col__reply {
diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss
index b16ac31f7..e99e21257 100644
--- a/web/sass-files/sass/partials/_sidebar--left.scss
+++ b/web/sass-files/sass/partials/_sidebar--left.scss
@@ -44,6 +44,9 @@
display: inline-block;
i, path {
@include opacity(0.5);
+ &.online--icon {
+ @include opacity(1);
+ }
}
.fa-lock {
margin-left: 1px;
@@ -52,9 +55,6 @@
top: -1px;
position: relative;
}
- .online--icon {
- fill: #7DBE00;
- }
}
.nav-pills__container {
height: 100%;