Skip to content

Commit c53e673

Browse files
committed
Resized icons
1 parent 978e296 commit c53e673

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/component/HeaderComps.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ const ActionButton = ({
6262
onKeyDown={(ev) => active && ev.key === ' ' && action()}
6363
data-tip={hotkey ? hotkey.split(',')[0] : ''}
6464
>
65-
<div className="icon"><Icon size="25" /></div>
66-
<div style={{ fontSize: 16 }}>{text}</div>
65+
<div className="icon"><Icon size="20" /></div>
66+
<div style={{ fontSize: 14 }}>{text}</div>
6767
</div>
6868
);
6969

src/component/header.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
padding-bottom: 5px;
1818
display: inline-flex;
1919
flex-direction: column;
20-
min-width: 32px;
20+
min-width: 60px;
2121
align-items: center;
2222
cursor: pointer;
2323
justify-content: space-between;
2424
box-sizing: border-box;
2525
color: rgba(0, 0, 0, 0.3);
2626
transition: none;
27-
height: 64px;
27+
height: 60px;
2828
}
2929

3030
.toolbar .tool.active {

0 commit comments

Comments
 (0)