yoyurec / logseq-awesome-ui

Reworked UI for Logseq
MIT License
175 stars 8 forks source link

UI makes whiteboard wrong #77

Open wei150mail7837 opened 11 months ago

wei150mail7837 commented 11 months ago

Info:

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 commented 11 months ago

@yoyurec 😁

wei150mail7837 commented 11 months ago
屏幕截图 2023-12-14 170026 屏幕截图 2023-12-14 170106
X012C commented 4 months ago

I encountered the same problem.

dhnm commented 4 months ago

There's a workaround here: https://github.com/yoyurec/logseq-awesome-ui/issues/78#issuecomment-1928811897

X012C commented 4 months ago

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

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

dhnm commented 4 months ago

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 commented 4 months ago

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