logseq-awesome-ui icon indicating copy to clipboard operation
logseq-awesome-ui copied to clipboard

UI makes whiteboard wrong

Open wei150mail7837 opened this issue 1 year ago • 7 comments

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 avatar Dec 14 '23 09:12 wei150mail7837

@yoyurec 😁

wei150mail7837 avatar Dec 14 '23 09:12 wei150mail7837

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

wei150mail7837 avatar Dec 14 '23 09:12 wei150mail7837

I encountered the same problem.

X012C avatar Jul 07 '24 16:07 X012C

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

dhnm avatar Jul 09 '24 14:07 dhnm

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

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

X012C avatar Jul 10 '24 08:07 X012C

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.

dhnm avatar Jul 10 '24 14:07 dhnm

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

X012C avatar Jul 11 '24 01:07 X012C