This commit is contained in:
x2Skyz
2025-11-23 21:38:40 +07:00
parent 861f3f033b
commit 1b8241f30c
2 changed files with 1 additions and 2 deletions

View File

@@ -13,9 +13,7 @@
<div class="flex items-center gap-3 p-5">
<h3 *ngIf="isOpen" class="text-2xl font-bold transition-all duration-300">
@if(!isMobile){
<img src="logo.png" alt="">
}
</h3>
</div>

View File

@@ -20,6 +20,7 @@ input::placeholder{
html, body, app-root {
height: 100%;
min-height: 100%;
overflow: hidden;
}
/* เริ่มต้น: สำหรับ Desktop */
.login-mobile {