From 1e67bb5ad9dfe997952494ad86d714b092b2dc6e Mon Sep 17 00:00:00 2001 From: yabo0812 Date: Sat, 25 Oct 2025 15:53:04 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9D=98=EC=A7=84=ED=96=89=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=EB=82=B4=20=EB=85=B9=EC=9D=8C=EC=9E=AC?= =?UTF-8?q?=EA=B0=9C=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +- design/uiux/prototype/05-회의진행.html | 81 ++++++++++++++++++++++---- 2 files changed, 73 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 7daf7a8..b709210 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,8 @@ examples/ .claude/settings.local.json # Backup files -design/*/*backup.md -design/*backup.md +design/*/*/*backup.* +design/*/*backup.* +design/*backup.m* backup/ +.vscode/settings.json diff --git a/design/uiux/prototype/05-회의진행.html b/design/uiux/prototype/05-회의진행.html index 6733318..4697f5e 100644 --- a/design/uiux/prototype/05-회의진행.html +++ b/design/uiux/prototype/05-회의진행.html @@ -94,6 +94,11 @@ 50% { opacity: 0.3; } } + .recording-indicator.paused .recording-dot, + .recording-indicator.paused .waveform-bar { + animation-play-state: paused; + } + .recording-time { font-size: var(--font-small); font-weight: var(--font-weight-medium); @@ -593,6 +598,11 @@ height: 32px; } + .rec-icon { + width: 32px; + height: 32px; + } + .end-meeting-btn { flex: 1; font-size: var(--font-body); @@ -609,7 +619,7 @@
-
+
00:15:51
@@ -990,11 +1000,12 @@
-