mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 04:44:23 +01:00
chore(status_bar): re-order icons to avoid layout shifting
This commit is contained in:
parent
0162b9d441
commit
28e9abc8bb
@ -37,8 +37,8 @@ export default function StatusBar() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="actions-row">
|
<div className="actions-row">
|
||||||
<NoteInfoBadge {...context} />
|
|
||||||
<LanguageSwitcher {...context} />
|
<LanguageSwitcher {...context} />
|
||||||
|
<NoteInfoBadge {...context} />
|
||||||
</div>
|
</div>
|
||||||
</>}
|
</>}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user