haydenull / logseq-woz-theme

A theme base dev theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display issue with "logseq-woz-theme" and "block calendar" plugin

rotavap opened this issue · comments

Description:
I am experiencing a display issue with the "logseq-woz-theme" plugin in conjunction with the "block calendar" plugin in Logseq. Specifically, when I use the "logseq-woz-theme," the borders of the "block calendar" plugin are visible, whereas they are transparent when using other display themes such as "logseq-dev-theme." I have taken screenshots to illustrate the problem.

Screenshots:

[Screenshot with ["logseq-woz-theme"] :

calendar woz theme

[Screenshot with "logseq-dev-theme"]

calendar dev theme

Steps to Reproduce:

  • Install Logseq version 0.9.8 on Linux Manjaro.
    
  • Install the "logseq-woz-theme" plugin.
    
  • Install the "block calendar" plugin.
    
  • Enable the "logseq-woz-theme" plugin.
    
  • Open Logseq and navigate to a page with the "block calendar" plugin.
    

Expected Behavior:
The borders of the "block calendar" plugin should be transparent, as observed with other display themes.

Actual Behavior:
The "logseq-woz-theme" displays visible borders around the "block calendar" plugin.

Additional Information:

  • Logseq version: 0.9.8
    
  • Operating System: Linux Manjaro
    

Please let me know if any further information is required to address this issue. Thank you!

The reason for this issue is that woz-theme added border to table, while block-calendar uses table to draw the calendar.

In order to ensure the normal appearance of regular table styles, we believe that it would be more appropriate to handle this issue with block-calendar plugin.