summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 1e3b7a468..9b316d48e 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -52,7 +52,7 @@
@media screen and (max-width: 960px) {
.sidebar--right {
- width: calc(100% - 219px);
+ width: 400px;
z-index: 5;
right: 0;
@include translateX(100%);
@@ -71,10 +71,6 @@
}
- .search-bar__container {
- padding-left: 10px;
- }
-
.post {
.post-list__content & {