fixbug #65

Merged
dev merged 2 commits from dev-luannv24-fixbug-common-screen17 into dev 2025-08-14 12:03:42 +09:00
3 changed files with 49 additions and 31 deletions
Showing only changes of commit 856d0db130 - Show all commits

View File

@ -837,6 +837,7 @@ a {
font-size: 2rem;
font-weight: bold;
padding-left: 8px;
margin-top: 2px;
img {
width: 139px;

View File

@ -6,7 +6,7 @@
<v-row class="mx-0">
<div class="head-logo pl-4 d-flex gap-3">
<router-link class="home" :to="myHome.root">
<div class="lnb-logo" style="margin-top: 2px;">
<div class="lnb-logo">
<img v-if="isDarkMode" src="@/assets/images/logo_dm.png" />
<img v-else src="@/assets/images/logo_lm.png" />
</div>