Revert "refactor: improve proxy group UI and spacing (#2835)"

This reverts commit 520c33557e.
This commit is contained in:
wonfen
2025-03-03 14:47:05 +08:00
parent 07bdc108ed
commit 3e53ea7209
2 changed files with 9 additions and 14 deletions

View File

@@ -508,13 +508,8 @@ export const ProxyGroups = (props: Props) => {
)}
/>
<ScrollTopButton show={showScrollTop} onClick={scrollToTop} />
<AlphabetSelector
ref={alphabetSelectorRef}
style={{
maxHeight,
right: 10,
}}
>
<AlphabetSelector ref={alphabetSelectorRef} style={{ maxHeight }}>
<div className="scroll-container">
<div ref={letterContainerRef} className="letter-container">
{groupFirstLetters.map((name) => (