summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_tablet.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-30 05:04:37 +0500
committerCorey Hulen <corey@hulen.com>2016-06-29 16:04:37 -0800
commit1f9eb4db6ab4328e44c8587105eb005890052078 (patch)
treecc649a09b0684af5ea05ecb8dc609595cf662ac4 /webapp/sass/responsive/_tablet.scss
parentb97b3ae6179bc15ec23e0697b08cdcbdf53e4ffc (diff)
downloadchat-1f9eb4db6ab4328e44c8587105eb005890052078.tar.gz
chat-1f9eb4db6ab4328e44c8587105eb005890052078.tar.bz2
chat-1f9eb4db6ab4328e44c8587105eb005890052078.zip
Adding expand icon for RHS (#3386)
* Adding expand icon for RHS Fixing errors Adding back getTeamInviteLink with better functionality for mobile Adding vertical align to post__link Updating improvements for expand RHS stuff * Improving transition on mobile * Removing irrelevant changes
Diffstat (limited to 'webapp/sass/responsive/_tablet.scss')
-rw-r--r--webapp/sass/responsive/_tablet.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index 44a7be2ac..69443aafc 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -75,6 +75,34 @@
&.move--left {
@include translateX(0);
}
+
+ &.sidebar--right--expanded {
+ width: calc(100% - 280px);
+
+ .sidebar--right__bg {
+ background-color: alpha-color($black, .4);
+ visibility: visible;
+ }
+
+ .search-bar__container {
+ padding-left: 10px;
+ }
+
+ .sidebar-right-container {
+ position: relative;
+ z-index: 5;
+ }
+
+ .sidebar--right__expand {
+ .fa-expand {
+ display: none;
+ }
+
+ .fa-compress {
+ display: inline-block;
+ }
+ }
+ }
}
.inner-wrap {
@@ -90,6 +118,7 @@
.post__link {
margin: 4px 0 7px;
+ vertical-align: bottom;
}
.post__time {