From 0a4e236befa105f0c0bf2f089f8c3cb37cf44e0b Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 7 Feb 2023 12:11:38 +0100 Subject: [PATCH] fix lint --- webapp/pages/index.vue | 77 +++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 39 deletions(-) diff --git a/webapp/pages/index.vue b/webapp/pages/index.vue index 277e42a05..28c9f0793 100644 --- a/webapp/pages/index.vue +++ b/webapp/pages/index.vue @@ -1,25 +1,25 @@ - + @@ -216,7 +216,7 @@ export default { if (this.prevScrollpos > currentScrollPos) { this.hideByScroll = false } else { - if(!this.showFilter) { + if (!this.showFilter) { this.hideByScroll = true } } @@ -362,54 +362,53 @@ export default { } @media screen and (min-height: 401px) { #my-filter { - max-height: 330px; + max-height: 330px; } } @media screen and (min-height: 501px) { #my-filter { - max-height: 440px; + max-height: 440px; } } @media screen and (min-height: 601px) { #my-filter { - max-height: 550px; + max-height: 550px; } } @media screen and (min-height: 701px) { #my-filter { - max-height: 640px; + max-height: 640px; } } @media screen and (min-height: 801px) { #my-filter { - max-height: 750px; + max-height: 750px; } } @media screen and (min-height: 950px) { #my-filter { - max-height: 830px; + max-height: 830px; } } @media screen and (min-height: 1025px) { #my-filter { - max-height: 870px; + max-height: 870px; } } -@media screen and (min-width: 800px) and (min-height: 500px){ +@media screen and (min-width: 800px) and (min-height: 500px) { #my-filter { - padding-bottom: 80px; + padding-bottom: 80px; } - } @media screen and (max-width: 1200px) { .box-add-button-top { - padding-right: 40px; -} -.base-button.--circle.post-add-button-top { - height: 44px; - width: 44px; - font-size: 23px; - z-index: 10; -} + padding-right: 40px; + } + .base-button.--circle.post-add-button-top { + height: 44px; + width: 44px; + font-size: 23px; + z-index: 10; + } }