File tree 4 files changed +8
-4
lines changed
browser/components/newtab
content-src/components/TopSites
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ $letter-fallback-color: $white;
106
106
width : 120px ;
107
107
border-radius : 8px ;
108
108
display : inline-block ;
109
+ margin-block-end : 16px ;
109
110
110
111
// container for context menu
111
112
.top-site-inner {
@@ -134,7 +135,7 @@ $letter-fallback-color: $white;
134
135
-moz-context-properties : fill ;
135
136
height : 20px ;
136
137
width : 20px ;
137
- inset-inline-end : -9 px ;
138
+ inset-inline-end : 3 px ;
138
139
opacity : 0 ;
139
140
position : absolute ;
140
141
top : -20px ;
Original file line number Diff line number Diff line change @@ -603,6 +603,7 @@ main section {
603
603
width : 120px ;
604
604
border-radius : 8px ;
605
605
display : inline-block;
606
+ margin-block-end : 16px ;
606
607
}
607
608
.top-site-outer .top-site-inner {
608
609
position : relative;
@@ -625,7 +626,7 @@ main section {
625
626
-moz-context-properties : fill;
626
627
height : 20px ;
627
628
width : 20px ;
628
- inset-inline-end : -9 px ;
629
+ inset-inline-end : 3 px ;
629
630
opacity : 0 ;
630
631
position : absolute;
631
632
top : -20px ;
Original file line number Diff line number Diff line change @@ -607,6 +607,7 @@ main section {
607
607
width : 120px ;
608
608
border-radius : 8px ;
609
609
display : inline-block;
610
+ margin-block-end : 16px ;
610
611
}
611
612
.top-site-outer .top-site-inner {
612
613
position : relative;
@@ -629,7 +630,7 @@ main section {
629
630
-moz-context-properties : fill;
630
631
height : 20px ;
631
632
width : 20px ;
632
- inset-inline-end : -9 px ;
633
+ inset-inline-end : 3 px ;
633
634
opacity : 0 ;
634
635
position : absolute;
635
636
top : -20px ;
Original file line number Diff line number Diff line change @@ -603,6 +603,7 @@ main section {
603
603
width : 120px ;
604
604
border-radius : 8px ;
605
605
display : inline-block;
606
+ margin-block-end : 16px ;
606
607
}
607
608
.top-site-outer .top-site-inner {
608
609
position : relative;
@@ -625,7 +626,7 @@ main section {
625
626
-moz-context-properties : fill;
626
627
height : 20px ;
627
628
width : 20px ;
628
- inset-inline-end : -9 px ;
629
+ inset-inline-end : 3 px ;
629
630
opacity : 0 ;
630
631
position : absolute;
631
632
top : -20px ;
You can’t perform that action at this time.
0 commit comments