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