fix:R&D Labs 플라이아웃 패널에서 M 탭 버튼 제거
- 축소 상태 플라이아웃에서 M 버튼 제거 - 이제 S, A 탭만 표시됨 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -458,9 +458,6 @@ class="flex items-center gap-2 pr-3 py-2 rounded-lg text-sm text-gray-700 hover:
|
||||
<button type="button" onclick="switchLabFlyoutTab('a')" id="lab-flyout-tab-a" class="lab-flyout-tab flex-1 py-1.5 text-xs font-bold rounded transition-all text-purple-600">
|
||||
A
|
||||
</button>
|
||||
<button type="button" onclick="switchLabFlyoutTab('m')" id="lab-flyout-tab-m" class="lab-flyout-tab flex-1 py-1.5 text-xs font-bold rounded transition-all text-green-600">
|
||||
M
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- 메뉴 패널들 -->
|
||||
|
||||
Reference in New Issue
Block a user