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/rtf.css | |
| parent | 7cdbba5bf47062f80a0dc7d80a62ff977d4f568e (diff) | |
feat: allow change proxies sorting in group
Diffstat (limited to 'src/components/rtf.css')
| -rw-r--r-- | src/components/rtf.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/components/rtf.css b/src/components/rtf.css index 1a68f6b..a61b35d 100644 --- a/src/components/rtf.css +++ b/src/components/rtf.css @@ -13,7 +13,7 @@ } .rtf.open .rtf--mb > * { transform-origin: center center; - transform: rotate(315deg); + transform: rotate(360deg); transition: ease-in-out transform 0.2s; } .rtf.open .rtf--mb > ul { @@ -107,18 +107,15 @@ } .rtf--mb { - height: 56px; - width: 56px; + height: 48px; + width: 48px; z-index: 9999; - /* background-color: #666666; */ background: #387cec; - /* background: var(--color-btn-bg); */ display: inline-flex; justify-content: center; align-items: center; position: relative; border: none; - /* border: 1px solid #555; */ border-radius: 50%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); cursor: pointer; |
