Skip to content

Commit

Permalink
Merge pull request #108 from ulu-telegram/master
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
ulugmer authored Nov 17, 2023
2 parents 4b36c13 + ba99b22 commit 60ed4f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/left/LeftColumn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}
}

body.is-macos.is-electron .left-header {
body.is-macos.is-electron #Main:not(.is-fullscreen) .left-header {
margin-top: 2.5rem;
}

Expand Down
13 changes: 4 additions & 9 deletions src/components/main/CommandMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,25 +215,20 @@ const HomePage: React.FC<HomePageProps> = ({
}
<Command.Item onSelect={handleOpenInbox}>
<i className="icon icon-unread" /><span>Go to inbox</span>
<>
<span className="kbd"></span>
<span className="kbd"></span>
<span className="kbd">1</span>
</>
</Command.Item>
<Command.Item onSelect={handleOpenSavedMessages}>
<i className="icon icon-saved-messages" /><span>Go to saved messages</span>
<>
<span className="shortcuts">
<span className="kbd"></span>
<span className="kbd">0</span>
</>
</span>
</Command.Item>
<Command.Item onSelect={handleSelectArchived}>
<i className="icon icon-archive-from-main" /><span>Go to archive</span>
<>
<span className="shortcuts">
<span className="kbd"></span>
<span className="kbd">9</span>
</>
</span>
</Command.Item>
<Command.Item onSelect={handleSelectSettings}>
<i className="icon icon-settings" /><span>Go to settings</span>
Expand Down

0 comments on commit 60ed4f5

Please sign in to comment.