Skip to content

Commit 57154a5

Browse files
committed
fix(globalLinks): polish ui
1 parent a75f9db commit 57154a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app-src/scripts/global-link-list/_global-link-list-cp.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ global-link-list {
3434
text-transform: none;
3535
margin: 0;
3636
max-height: 36px;
37+
min-width: 0px;
3738
}
3839

3940
.controls {
4041
position: absolute;
4142
top: 100%;
42-
margin-top: -5px;
43+
margin-top: -2px;
4344
left: 50%;
4445
transform: translate(-50%, 30px);
4546
z-index: 5;
@@ -52,7 +53,7 @@ global-link-list {
5253

5354
.md-button {
5455
padding: 0;
55-
margin: 3px;
56+
margin: 2px;
5657
width: 32px;
5758
height: 32px;
5859
min-height: 0;

0 commit comments

Comments
 (0)