summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/responsive/_tablet.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/responsive/_tablet.scss')
-rw-r--r--web/sass-files/sass/responsive/_tablet.scss35
1 files changed, 0 insertions, 35 deletions
diff --git a/web/sass-files/sass/responsive/_tablet.scss b/web/sass-files/sass/responsive/_tablet.scss
deleted file mode 100644
index 14641cfa5..000000000
--- a/web/sass-files/sass/responsive/_tablet.scss
+++ /dev/null
@@ -1,35 +0,0 @@
-@charset 'UTF-8';
-
-@media screen and (max-width: 960px) {
- .sidebar--right {
- z-index: 5;
- @include translateX(100%);
- @include single-transition(all, .5s, ease);
-
- &.move--left {
- @include translateX(0);
-
- .search-bar__container {
- padding-right: 8px;
- }
- }
- }
-
- .inner-wrap {
- &.move--left {
- margin-right: 0;
-
- .channel-header__links {
- position: relative;
- right: auto;
- top: auto;
- }
- }
- }
-}
-
-@media screen and (min-width: 768px) {
- .second-bar {
- display: none;
- }
-} \ No newline at end of file