logseq-developer-theme icon indicating copy to clipboard operation
logseq-developer-theme copied to clipboard

block code 里面的空格无法对齐

Open Kotsuha opened this issue 4 months ago • 0 comments

你好,最近开始使用 Logseq,我装了这个 Theme 觉得很好看,但有一个可惜的地方,就是空格无法对齐。

      matrix:
        include:
         - {target: win32-x64,    file: xxx-win32-x64.zip}
         - {target: win32-arm64,  file: xxx-win32-arm64.zip}
         - {target: linux-x64,    file: xxx-linux-x64-glibc.2.17.tar.gz}
         - {target: linux-arm64,  file: xxx-linux-aarch64-glibc.2.17.tar.gz}
         - {target: darwin-x64,   file: xxx-darwin-x64.tar.gz}
         - {target: darwin-arm64, file: xxx-darwin-arm64.tar.gz}
aaa |
bbb |
ccc |
a.. |
.b. |
..c |
Image

Kotsuha avatar Sep 18 '25 10:09 Kotsuha