release(v1.9.7): harden client path guard and refine header/folder strip CSS

This commit is contained in:
Ryan
2025-11-14 20:11:19 -05:00
committed by GitHub
parent 930ed954ec
commit 3b636f69d8
5 changed files with 994 additions and 1856 deletions

View File

@@ -195,7 +195,6 @@ export async function openUserPanel() {
color: ${isDark ? '#e0e0e0' : '#000'};
padding: 20px;
max-width: 600px; width:90%;
border-radius: 8px;
overflow-y: auto; max-height: 500px;
border: ${isDark ? '1px solid #444' : '1px solid #ccc'};
box-sizing: border-box;