show app name next to logo and make header full width
This commit is contained in:
parent
6dce73f6b4
commit
4370f1a8d7
@ -901,7 +901,7 @@ onUnmounted(() => {
|
||||
<div class="header-left">
|
||||
<router-link to="/" class="logo-link">
|
||||
<img v-if="logoUrl" :src="logoUrl" :alt="appName" class="logo-img" />
|
||||
<span v-else class="logo-text">{{ appName }}</span>
|
||||
<span class="logo-text">{{ appName }}</span>
|
||||
</router-link>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
@ -1328,8 +1328,6 @@ onUnmounted(() => {
|
||||
|
||||
.header-container {
|
||||
width: 100%;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@ -1344,9 +1342,10 @@ onUnmounted(() => {
|
||||
.logo-link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
text-decoration: none;
|
||||
color: #1f2937;
|
||||
font-size: 20px;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
transition: opacity 0.2s;
|
||||
|
||||
@ -1356,13 +1355,14 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.logo-img {
|
||||
height: 40px;
|
||||
height: 32px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.logo-text {
|
||||
font-size: 24px;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.header-right {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user