Skip to content

Commit 6f43f29

Browse files
committed
[DDW-854] Update icon size
1 parent fe803bc commit 6f43f29

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

source/renderer/app/components/loading/syncing-connecting/StatusIcons.scss

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,11 @@
1010

1111
.icon {
1212
height: 24px;
13-
padding: 2px;
1413
width: 24px;
14+
display: block;
1515
svg {
16-
height: 20px;
17-
width: 20px;
18-
}
19-
&.icon-nodeState {
20-
padding-right: 4px;
21-
padding-top: 0;
22-
svg {
23-
height: 22px;
24-
width: 22px;
25-
}
26-
}
27-
&.icon-isNodeResponding {
28-
padding: 3.2px 0 0;
29-
svg {
30-
height: 17.6px;
31-
width: 24px;
32-
}
16+
height: 24px;
17+
width: 24px;
3318
}
3419
}
3520

source/renderer/app/components/loading/syncing-connecting/SyncingConnectingStatus.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import '../../../themes/mixins/animations';
22

33
.component {
4-
bottom: 65px;
4+
bottom: 64px;
55
position: absolute;
66
text-align: center;
77
width: 100%;

0 commit comments

Comments
 (0)