Tweak size / position in network dropdown
This commit is contained in:
@@ -145,9 +145,10 @@ limitations under the License.
|
|||||||
&::after {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 18px;
|
width: 24px;
|
||||||
height: 18px;
|
height: 24px;
|
||||||
right: -22px; // - (18 + 4)
|
right: -26.5px; // - (24 + 2.5)
|
||||||
|
top: -3px;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: contain;
|
mask-size: contain;
|
||||||
|
|||||||
Reference in New Issue
Block a user