From c668ff71239e9a86008016773b489bcb94677865 Mon Sep 17 00:00:00 2001 From: YinaePark Date: Thu, 17 Jul 2025 21:15:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=95=B1=EC=97=90=EC=84=9C=20=EC=97=B4?= =?UTF-8?q?=EA=B8=B0=20=EC=9D=BC=EB=8B=A8=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/shared/post-view.html | 109 +----------------- .../templates/shared/profile-view.html | 99 +--------------- 2 files changed, 10 insertions(+), 198 deletions(-) diff --git a/src/main/resources/templates/shared/post-view.html b/src/main/resources/templates/shared/post-view.html index e825a0d..9219fd8 100644 --- a/src/main/resources/templates/shared/post-view.html +++ b/src/main/resources/templates/shared/post-view.html @@ -45,7 +45,7 @@ margin-top: 30px; text-align: center; } - .download-btn, .open-app-btn { + .download-btn { display: inline-block; margin: 8px; padding: 12px 24px; @@ -57,7 +57,7 @@ transition: all 0.3s ease; cursor: pointer; } - .download-btn:hover, .open-app-btn:hover { + .download-btn:hover { background: rgba(255,255,255,0.3); transform: translateY(-2px); } @@ -68,9 +68,6 @@ padding-top: 15px; border-top: 1px solid #eee; } - .hidden-link { - display: none; - } @@ -90,115 +87,19 @@

πŸ“ κ²Œμ‹œλ¬Ό

πŸš€ 더 λ§Žμ€ κΈ°λŠ₯을 μœ„ν•΄ 앱을 μ„€μΉ˜ν•˜μ„Έμš”!

λŒ“κΈ€ μž‘μ„±, μ’‹μ•„μš”, νŒ”λ‘œμš° λ“± λͺ¨λ“  κΈ°λŠ₯을 μ΄μš©ν•΄λ³΄μ„Έμš”

- πŸ“± μ•±μ—μ„œ μ—΄κΈ° - πŸ€– Android μ•± λ‹€μš΄λ‘œλ“œ + πŸ€– Android μ•± λ‹€μš΄λ‘œλ“œ \ No newline at end of file diff --git a/src/main/resources/templates/shared/profile-view.html b/src/main/resources/templates/shared/profile-view.html index 07e3fa3..6807672 100644 --- a/src/main/resources/templates/shared/profile-view.html +++ b/src/main/resources/templates/shared/profile-view.html @@ -76,7 +76,7 @@ border-radius: 12px; margin-top: 25px; } - .download-btn, .open-app-btn { + .download-btn { display: inline-block; margin: 8px; padding: 12px 24px; @@ -88,13 +88,10 @@ transition: all 0.3s ease; cursor: pointer; } - .download-btn:hover, .open-app-btn:hover { + .download-btn:hover { background: rgba(255,255,255,0.3); transform: translateY(-2px); } - .hidden-link { - display: none; - } @@ -130,105 +127,19 @@

μ‚¬μš©μžλͺ…

🀝 μ•±μ—μ„œ νŒ”λ‘œμš°ν•˜κ³  더 λ§Žμ€ μ½˜ν…μΈ λ₯Ό ν™•μΈν•˜μ„Έμš”!

이 μ‚¬μš©μžμ˜ μ΅œμ‹  κ²Œμ‹œλ¬Όκ³Ό ν™œλ™μ„ λ†“μΉ˜μ§€ λ§ˆμ„Έμš”

- πŸ“± μ•±μ—μ„œ μ—΄κΈ° - πŸ€– Android μ•± λ‹€μš΄λ‘œλ“œ + πŸ€– Android μ•± λ‹€μš΄λ‘œλ“œ \ No newline at end of file