logseq-awesome-ui
logseq-awesome-ui copied to clipboard
Wide header makes Whiteboards disapper
Info:
-
OS: Linux
-
Logseq ver: 0.9.19
-
Plugin ver: 2.3.2
-
Theme name: Awesome Styler
-
[x] ⚠ Do i have issue with DISABLED my
custom.css
?
Description:
The setting Header > Wide:
makes Whiteboards disappear.
To Reproduce:
- Enable the setting above
- Open a Whiteboard
Expected behavior:
- The Whiteboard should correctly display as always
Screenshots
have you reloaded Logseq? can't reproduce...
@yoyurec yes, I had this issue for weeks, I can reproduce it with an empty graph, no custom.css and default theme.
The moment I toggle the setting this happens:
Before
After
I can live without that setting, I reported this just to let you know.
I had this issue for weeks
interesting, cose week ago I've updated plugin...
i've updated code... try latest 2.3.3, should be fixed. hard to fix in "blind mode" ))
The moment I toggle the setting this happens
PS: sometimes (in most plugins always, reload needed on every change) settings toggling on/off not properly applid "live" - Ctrl+R
to reload app with new settings and should be ok
@alxlg ?
Sorry, I have just tried the update and restarted the app. The issue is still there. I understand it may be impossible to solve this without being able to reproduce. Don't worry, I can just use a different setting. In case I have any insight on how to reproduce the issue I will let you know, thank you.
Maybe it is specific to Linux? I have the same issue and @alxlg's solution have worked for me.
I tried Logseq's whiteboard today and found it to be empty, with no toolbar at sight. I was able to track the issue down a little bit more.
I checked that the Wide
header variant was selected, and that choosing the Standard
one made the whiteboard work just like reported in this issue. I turned Wide
on again and started to manually edit the HTML code. Removing the following part of the code made the toolbars to reappear:
https://github.com/yoyurec/logseq-awesome-ui/blob/6d03b0d1b78d9e75dd0413b3e6270025d9f08a8b/src/modules/sidebars/hideRightSidebarToolbar/hiddenRightSidebarToolbar.css#L5-L7
I was also able to make the toolbars to reappear after disabling the position: relative
of .cp__sidebar-main-content>div
using the Styles tab: