mirror of
https://github.com/yamadashy/repomix.git
synced 2026-06-11 15:37:16 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user