From 3e3dbddcae8a0e4110465bad7674c8e0ea96b145 Mon Sep 17 00:00:00 2001 From: Ni Rui Date: Mon, 19 Sep 2022 22:39:33 +0800 Subject: [PATCH] Adjust position of the window dropper (the tiny arrow above the Connector dropdown window) so it matches the change made in 838eef450fd35b43153d0df4b27b214298591535 --- ui/widgets/connect.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/widgets/connect.css b/ui/widgets/connect.css index fe36c49..ff2a720 100644 --- a/ui/widgets/connect.css +++ b/ui/widgets/connect.css @@ -55,6 +55,12 @@ } } +@media (max-width: 768px) { + #connect:before { + left: 149px; + } +} + #connect.display { display: block; }