Carbonateb / obsidian-encore-theme

The Encore theme aims to freshen up the UI of Obsidian.md with modern design, loosely based off Material 3.
MIT License
71 stars 5 forks source link

Background image does not cover the top-right corner [BUG] #31

Open peterdev22 opened 3 months ago

peterdev22 commented 3 months ago

Describe the Bug Background image/colour does not continue all the way into the top right corner of the window. This bug only happens on the main window.

Can be temporarily fixed by removing the right sidebar button using a snippet (I don't use right sidebar anyway):

.sidebar-toggle-button.mod-right {
  display: none;
}

.workspace-tab-header-tab-list {
  transform: translate(2rem, 0);
}

Relevant Screenshots

image

To Reproduce Shows up when using any coloured theme within Encore.

In which mode does the bug occur?

Which editor are you using?

Which version of Obsidian are you using?

Checklist