Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jan 8, 2025
2 parents b8da159 + dfbee34 commit 2880283
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
padding: var(--space-3xs) var(--sidebar-horizontal-padding) var(--space-3xs)
var(--space-xl);
font-size: var(--text-sm);
line-height: 20px;
line-height: 18px;
white-space: break-spaces;
}

Expand All @@ -19,7 +19,7 @@
}

.SidebarLinks__subItem + .Sidebar__item:not(.SidebarLinks__subItem) {
margin-top: 4px;
margin-top: var(--space-3xs);
}

@media screen and (max-width: 730px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ export default observer(function SidebarLinks() {
className="sidebarLinkGradientWrapper "
onClick={() => handleExternalLink(window.api.openTwitterLink)}
>
<Tooltip {...tooltipProps} label="Twitter">
<Tooltip {...tooltipProps} label="X">
<div className="Sidebar__item">
<button>
<Images.Twitter fill={sidebarSvgUnselectedFill} />
<Images.XLogo fill={sidebarSvgUnselectedFill} />
</button>
</div>
</Tooltip>
Expand Down
1 change: 1 addition & 0 deletions src/frontend/components/UI/Sidebar/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

svg {
max-width: 24px;
min-width: 16px;
}
}

Expand Down

0 comments on commit 2880283

Please sign in to comment.