logseq-awesome-ui
logseq-awesome-ui copied to clipboard
UI makes whiteboard wrong
Info:
- OS: win11
- Logseq ver: 0.9.20
- Plugin ver: 2.4.0
- Theme name: all themes have the same problem
Description:
Somebody have found this bug but not quite right.
I found it cause by "hide toolbar on the right sidebar"
If I set "standard" or set "wide" but not "hide toolbar".It's normal.
If I set "wide" and "hide toolbar" at the same time,it's wrong.
I think it is bucause the toolbar of the whiteboard is on the right, too.
@yoyurec 😁
I encountered the same problem.
There's a workaround here: https://github.com/yoyurec/logseq-awesome-ui/issues/78#issuecomment-1928811897
There's a workaround here: #78 (comment)
Can you tell me which path to modify? I can't tell them apart.
There are two options.
OPTION 1)
Go to Plugins from the right top menu.
Open Awesome UI settings from the Cog icon.
UNcheck the Right Sidebar option here, or...
...or select STANDARD here.
OPTION 2)
Open Logseq Settings from the top right menu.
Click on Edit custom.css button.
Insert the following:
.cp__sidebar-main-content > div:has(.whiteboard-page) {
position: inherit;
}
Check if whiteboard works.
Thank you so much,It will take effect. @dhnm