diff options
Diffstat (limited to 'src/components/ProxyGroup.module.css')
| -rw-r--r-- | src/components/ProxyGroup.module.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/ProxyGroup.module.css b/src/components/ProxyGroup.module.css index ec52279..a7cce49 100644 --- a/src/components/ProxyGroup.module.css +++ b/src/components/ProxyGroup.module.css @@ -17,13 +17,15 @@ } .proxy { - width: 300px; - padding: 10px 5px; + max-width: 280px; + min-width: 150px; + margin: 10px; transition: transform 0.2s ease-in-out; + &.proxySelectable { cursor: pointer; &:hover { - transform: scale(1.1); + transform: translateY(-2px); } } } |
