mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Fix: connection resizer style
This commit is contained in:
parent
610d63cf7d
commit
70a7021801
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
right: math.div($width, 2);
|
right: math.div($width, -2);
|
||||||
top: $padding;
|
top: $padding;
|
||||||
bottom: $padding;
|
bottom: $padding;
|
||||||
width: $width;
|
width: $width;
|
||||||
@ -53,7 +53,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: math.div($width, 2);
|
left: math.div($width, 2);
|
||||||
transform: translateX(-2px);
|
transform: translateX(-1px);
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba($color-gray-darken, 60%);
|
background-color: rgba($color-gray-darken, 60%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user