diff options
| author | Haishan <[email protected]> | 2020-04-26 17:35:03 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-04-26 17:59:02 +0800 |
| commit | 94e2b1e3985f8f4cfeb26a43c59cada184c7d4aa (patch) | |
| tree | 2d88e5e3ace986e1c08f3eca5e787d1339249dd2 /src/components/Proxies.module.css | |
| parent | 7cdbba5bf47062f80a0dc7d80a62ff977d4f568e (diff) | |
feat: allow change proxies sorting in group
Diffstat (limited to 'src/components/Proxies.module.css')
| -rw-r--r-- | src/components/Proxies.module.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/Proxies.module.css b/src/components/Proxies.module.css index 5520a2e..2a72f51 100644 --- a/src/components/Proxies.module.css +++ b/src/components/Proxies.module.css @@ -1,3 +1,13 @@ +.topBar { + position: sticky; + top: 0; + z-index: 1; + background: var(--color-background); + display: flex; + justify-content: flex-end; + padding: 5px 5px 2px 0; +} + .group { padding: 10px 15px; @media (--breakpoint-not-small) { |
