chore(status_bar): avoid shifting due to language switcher

This commit is contained in:
Elian Doran 2025-12-13 00:27:51 +02:00
parent 4d6dba06ad
commit fc08946038
No known key found for this signature in database

View File

@ -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>
</>}