We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334d5f0 commit 50990abCopy full SHA for 50990ab
src/components/chromeDownload/index.tsx
src/components/chromeDownload/style.scss
@@ -1,12 +1,11 @@
1
$prefix: "dtc-chrome";
2
.#{$prefix}-chrome-download {
3
background: #F2F7FA;
4
- margin-top: 50px;
5
text-align: center;
6
- overflow-y: auto;
+ overflow: auto;
7
.#{$prefix}-pic-update {
8
- width: 182px;
9
- margin: 148px 0 17.5px;
+ width: 250px;
+ margin: 160px 0 8px;
10
}
11
.#{$prefix}-divide {
12
margin: 80.5px 0 60px;
@@ -18,7 +17,7 @@ $prefix: "dtc-chrome";
18
17
19
.#{$prefix}-download {
20
width: 160px;
21
- margin: 0 auto;
+ margin: 0 auto 24px;
22
cursor: pointer;
23
.#{$prefix}-chrome-version {
24
margin-top: 16.5px;
0 commit comments