From b88ae331d7036d138d32407c1dc3634907821be3 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 27 Apr 2026 15:21:14 +0900 Subject: [PATCH] =?UTF-8?q?fix(portfolio):=20=EB=AA=A8=EB=B0=94=EC=9D=BC?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=ED=8E=B8=EC=A7=91/PDF=20=ED=88=B4?= =?UTF-8?q?=EB=B0=94=20=ED=94=8C=EB=A1=9C=ED=8C=85=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 768px 이하에서 display:none이던 toolbar를 우하단 FAB 스타일로 변경. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/pages/portfolio/Portfolio.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/pages/portfolio/Portfolio.css b/src/pages/portfolio/Portfolio.css index 6c3e4d2..591ec5c 100644 --- a/src/pages/portfolio/Portfolio.css +++ b/src/pages/portfolio/Portfolio.css @@ -810,7 +810,19 @@ @media (max-width: 768px) { .pf-toolbar { - display: none; + position: fixed; + bottom: 16px; + right: 16px; + z-index: 90; + gap: 8px; + flex-direction: column; + } + + .pf-toolbar .button { + font-size: 13px; + padding: 8px 14px; + border-radius: 20px; + box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4); } .pf-profile-card {