Revert "refactor: improve proxy group UI and spacing (#2835)"
This reverts commit 520c33557e.
This commit is contained in:
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user