Skip to content

Commit

Permalink
Fixed topbar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
anzai249 committed Feb 9, 2024
1 parent 1980752 commit a1e872c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@update:value="handleBeforeLeave" default-value="archive" class="notMobile">
<template #prefix>
<n-divider vertical />
<a class="logo" @click="$router.push('/')"><img height="53" :src="logoBig" /></a>
<a class="logo" @click="$router.push('/')"><img height="45" :src="logoBig" /></a>
<n-divider vertical />
</template>
<n-tab-pane name="archive" :tab="$t('header.archive')">
Expand Down Expand Up @@ -137,12 +137,11 @@
z-index: 100;
width: 100%;
padding: 0;
background-color: #fff;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.questions-content {
padding: 24px;
/* padding: 24px; */
margin-top: 53px;
}
</style>
Expand Down

0 comments on commit a1e872c

Please sign in to comment.