diff --git a/res/css/views/directory/_NetworkDropdown.scss b/res/css/views/directory/_NetworkDropdown.scss index c35776062b..b069583e0d 100644 --- a/res/css/views/directory/_NetworkDropdown.scss +++ b/res/css/views/directory/_NetworkDropdown.scss @@ -145,9 +145,10 @@ limitations under the License. &::after { content: ""; position: absolute; - width: 18px; - height: 18px; - right: -22px; // - (18 + 4) + width: 24px; + height: 24px; + right: -26.5px; // - (24 + 2.5) + top: -3px; mask-repeat: no-repeat; mask-position: center; mask-size: contain;