This commit is contained in:
zyxwvu Shi 2021-01-18 06:24:02 +00:00 committed by GitHub
commit 57dcd66a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -24,8 +24,8 @@ export default {
<style lang="scss" scoped>
.app-main {
/* 50= navbar 50 */
min-height: calc(100vh - 50px);
min-height: 100vh;
box-sizing: border-box;
width: 100%;
position: relative;
overflow: hidden;
@ -36,11 +36,6 @@ export default {
}
.hasTagsView {
.app-main {
/* 84 = navbar + tags-view = 50 + 34 */
min-height: calc(100vh - 84px);
}
.fixed-header+.app-main {
padding-top: 84px;
}