mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 12:24:25 +01:00
chore(status_bar): avoid shifting due to language switcher
This commit is contained in:
parent
4d6dba06ad
commit
fc08946038
@ -52,11 +52,11 @@ export default function StatusBar() {
|
||||
<Breadcrumb {...context} />
|
||||
|
||||
<div className="actions-row">
|
||||
<LanguageSwitcher {...context} />
|
||||
<NotePaths {...context} />
|
||||
<AttributesButton {...attributesContext} />
|
||||
<AttachmentCount {...context} />
|
||||
<BacklinksBadge {...context} />
|
||||
<LanguageSwitcher {...context} />
|
||||
<NoteInfoBadge {...context} />
|
||||
</div>
|
||||
</>}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user