Adjust position of the window dropper (the tiny arrow above the Connector dropdown window) so it matches the change made in 838eef450f

This commit is contained in:
Ni Rui
2022-09-19 22:39:33 +08:00
parent 12874c8489
commit 3e3dbddcae

View File

@@ -55,6 +55,12 @@
}
}
@media (max-width: 768px) {
#connect:before {
left: 149px;
}
}
#connect.display {
display: block;
}