File tree Expand file tree Collapse file tree 4 files changed +1
-57
lines changed Expand file tree Collapse file tree 4 files changed +1
-57
lines changed Original file line number Diff line number Diff line change 18
18
</router-view >
19
19
</div >
20
20
</div >
21
-
22
- <Footer ></Footer >
23
21
</template >
24
22
25
23
<script >
26
24
import { useMeta } from ' vue-meta' ;
27
25
28
26
import Header from ' @/components/Header.vue' ;
29
27
import Error from ' @/components/Error.vue' ;
30
- import Footer from ' @/components/Footer.vue' ;
31
28
import { APP_TITLE } from ' @/common/config' ;
32
29
33
30
import store from ' ./store' ;
@@ -39,7 +36,6 @@ export default {
39
36
components: {
40
37
Header,
41
38
Error ,
42
- Footer
43
39
},
44
40
computed: {
45
41
client : () => store .state .client ,
@@ -114,7 +110,7 @@ $padding: 25px;
114
110
.view-container {
115
111
overflow-y : auto ;
116
112
top : $header-height ;
117
- height : calc (100vh - #{$header-height } - #{ $footer-height } );
113
+ height : calc (100vh - #{$header-height } );
118
114
119
115
.inner {
120
116
width : $inner-width ;
Original file line number Diff line number Diff line change @@ -126,10 +126,4 @@ ul {
126
126
.fade-enter-from ,
127
127
.fade-leave-to {
128
128
opacity : 0 ;
129
- }
130
-
131
- @media only screen and (max-width : 768px ) {
132
- footer {
133
- display : none ;
134
- }
135
129
}
Original file line number Diff line number Diff line change @@ -8,6 +8,5 @@ $success-color: #64c72b;
8
8
$inner-width : 580px ;
9
9
$header-height : 75px ;
10
10
$header-height-mobile : 60px ;
11
- $footer-height : 90px ;
12
11
$chat-width : 330px ;
13
12
$player-controls-height : 5rem ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments