There was an error while loading. Please reload this page.
1 parent 5934c56 commit 3424e6dCopy full SHA for 3424e6d
1 file changed
src/ui/components/SideBar/styles.tsx
@@ -255,7 +255,7 @@ export const DownloadsManagerButton = styled.button`
255
line-height: 1.25;
256
display: flex;
257
flex-direction: row;
258
- height: 35px;
+ height: 40px;
259
padding: 0;
260
color: inherit;
261
border: none;
@@ -269,8 +269,8 @@ export const DownloadsManagerButton = styled.button`
269
export const DownloadsManagerLabel = styled.span`
270
display: block;
271
line-height: 30px;
272
- width: 35px;
273
+ width: 40px;
274
transition: opacity var(--transitions-duration);
275
opacity: 0.6;
276
0 commit comments