Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI makes whiteboard wrong #77

Open
wei150mail7837 opened this issue Dec 14, 2023 · 7 comments
Open

UI makes whiteboard wrong #77

wei150mail7837 opened this issue Dec 14, 2023 · 7 comments

Comments

@wei150mail7837
Copy link

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.
屏幕截图 2023-12-14 170026
屏幕截图 2023-12-14 170106

I think it is bucause the toolbar of the whiteboard is on the right, too.

@wei150mail7837
Copy link
Author

@yoyurec 😁

@wei150mail7837
Copy link
Author

屏幕截图 2023-12-14 170026 屏幕截图 2023-12-14 170106

@X012C
Copy link

X012C commented Jul 7, 2024

I encountered the same problem.

@dhnm
Copy link

dhnm commented Jul 9, 2024

There's a workaround here: #78 (comment)

@X012C
Copy link

X012C commented Jul 10, 2024

There's a workaround here: #78 (comment)

Can you tell me which path to modify? I can't tell them apart.

@dhnm
Copy link

dhnm commented Jul 10, 2024

There are two options.
OPTION 1)
Go to Plugins from the right top menu.
Screenshot 2024-07-10 at 16 49 57

Open Awesome UI settings from the Cog icon.
Screenshot 2024-07-10 at 16 50 15

UNcheck the Right Sidebar option here, or...
Screenshot 2024-07-10 at 16 51 28
...or select STANDARD here.
Screenshot 2024-07-10 at 16 51 39

OPTION 2)
Open Logseq Settings from the top right menu.
Screenshot 2024-07-10 at 16 49 57

Click on Edit custom.css button.
Screenshot 2024-07-10 at 16 52 11

Insert the following:

.cp__sidebar-main-content > div:has(.whiteboard-page) {
    position: inherit;
}

Check if whiteboard works.

@X012C
Copy link

X012C commented Jul 11, 2024

Thank you so much,It will take effect. @dhnm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants