style(website): remove unnecessary border from file list container

Remove redundant border and border-radius from file list container
as the table already provides appropriate visual separation
This commit is contained in:
Kazuki Yamada
2025-08-24 15:45:28 +09:00
parent 2ddcaafb33
commit 2a4e864edf
@@ -251,8 +251,6 @@ const toggleFileSelection = (file: FileInfo, event?: Event) => {
.file-list-container {
max-height: 300px;
overflow-y: auto;
border: 1px solid var(--vp-c-border);
border-radius: 4px;
background: var(--vp-c-bg);
}