summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-11-19 20:18:38 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-11-19 20:18:38 +0500
commit094728a809ce325e1483e6ba1ed644947d0f6ba9 (patch)
tree3b2dba3418ab626b9931430d2523b115a37fa8d5 /web/sass-files/sass/partials/_responsive.scss
parent5f848b74793f679772473a3b5b2ab247bcc927a9 (diff)
downloadchat-094728a809ce325e1483e6ba1ed644947d0f6ba9.tar.gz
chat-094728a809ce325e1483e6ba1ed644947d0f6ba9.tar.bz2
chat-094728a809ce325e1483e6ba1ed644947d0f6ba9.zip
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss36
1 files changed, 34 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 368027cbf..593b5f275 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -57,7 +57,37 @@
.post {
- .dropdown, .comment-icon__container {
+ &.same--root {
+
+ &.same--user {
+
+ .post__time {
+ display: none;
+ }
+
+ }
+
+ }
+
+ .post-list__content & {
+
+ &:hover {
+ background: transparent;
+
+ .comment-icon__container {
+ visibility: hidden;
+
+ &.icon--show {
+ visibility: visible;
+ }
+
+ }
+
+ }
+
+ }
+
+ .dropdown {
visibility: visible;
}
@@ -232,7 +262,8 @@
}
.modal-header {
display: block;
- position: fixed;
+ position: absolute;
+ top: 0;
width: 100%;
z-index: 5;
}
@@ -358,6 +389,7 @@
#navbar {
.navbar-default {
.navbar-header {
+ float: none;
margin: 0 -15px;
.dropdown__icon {
background: url("../images/dropdown-icon.png");