diff --git a/src/components/proxies/Proxies.module.css b/src/components/proxies/Proxies.module.css index 2c702e7..f8f50a9 100644 --- a/src/components/proxies/Proxies.module.css +++ b/src/components/proxies/Proxies.module.css @@ -1,11 +1,17 @@ .topBar { position: sticky; top: 0; + + display: flex; + align-items: center; + justify-content: space-between; z-index: 1; background: var(--color-background); - display: flex; - justify-content: flex-end; - padding: 5px 5px 2px 0; + background: linear-gradient(var(--color-background) 70%, transparent); +} + +.settingBtnContainer { + margin-right: 20px; } .group { diff --git a/src/components/proxies/Proxies.tsx b/src/components/proxies/Proxies.tsx index 474d09f..2a6977b 100644 --- a/src/components/proxies/Proxies.tsx +++ b/src/components/proxies/Proxies.tsx @@ -84,18 +84,20 @@ function Proxies({ return ( <> -