Small rounded square remains in bottom right of UI

Steps to reproduce

  • turn off word count
  • turn off “show editing mode in status bar”
  • turn off all other info that appears in bottom right of UI window

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

Box with items in bottom right fully disappears

Actual result

Small square is left, here is image of rounded square -
ui artefact

Environment

SYSTEM INFO:
Obsidian version: v1.6.7
Installer version: v1.6.7
Operating system: Darwin Kernel Version 23.6.0: Wed Jul 31 20:50:54 PDT 2024; root:xnu-10063.141.1.700.5~1/RELEASE_ARM64_T8122 23.6.0
Login status: not logged in
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

Added screenshow above, here is an additional screenshot:
Screenshot 2024-09-29 at 22.08.54

It seems like if there’s zero things to display in the bottom right info box, the whole box should not be visible, but it is still there with zero items in it.

1 Like

Hi. This can be overcome by Hider plugin and enabling Hide status bar.

Also the steps you describe are fairly complex, disabling everything in the status bar is unobvious compared to using the Hider plugin.

I suggest to posting Feature requests because pedantically disabling an item in the status bar doesn’t imply the whole status bar should be hidden. There is no such feature to hide status bar.

Hider is probably applying the same CSS, but this css snippet removes it as well.

.status-bar {
    display: none
}