design: better design for title

This commit is contained in:
Julien Calixte
2024-12-29 00:43:04 +01:00
parent cc59e23e69
commit 6a84c92f4f

View File

@@ -104,10 +104,10 @@ const focusREADME = () => scrollToTop()
<router-link :to="{ name: 'FluxNoteView', params: { user, repo } }">
{{ repo }}
</router-link>
| <em class="user">{{ user }}</em>
</h1>
<cache-all-notes />
{{ user }}
</div>
<cache-all-notes />
</div>
<slot />
<lite-loading v-if="isLoading" />
@@ -179,16 +179,15 @@ $header-height: 40px;
.repo-title {
margin-top: 1rem;
display: flex;
flex-direction: column;
align-items: center;
.repo-header {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
.user {
font-size: 1.5rem;
}
}
.title {