summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_tablet.scss
diff options
context:
space:
mode:
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 {