Closed ThreeIce closed 1 year ago
what are your device sizes?
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/awesomeContent-cdn.css") only screen and (max-width: 1024px);
<--- try to set bigger max-width
My device sizes are 2360 x 1640. I set it to 2400 and 3000. It doesn’t work.
what about delete at all? only imports stays : @import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/awesomeContent-cdn.css");
btw, custom.css can be cached, so maybe also need to reindex
I have tried. I even restart the whole app.
other custom css works well
oh! i've found ) awesomeContent-cdn.css is a collection of modules imports. WITH max-width
i've pushed update, but file still chached in cloud so you can use for now:
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/modules/admonition/admonition.css");
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/modules/calculator/calculator.css");
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/modules/columns/columns.css");
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/modules/flashcards/flashcardAwesome.css");
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/modules/headersLabels/headersLabels.css");
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/modules/mermaid/mermaid.css");
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/modules/quotes/quotes.css");
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/modules/tasks/tasks.css");
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/modules/code/code.css");
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/modules/other/other.css");
cdn updated, @import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/awesomeContent-cdn.css");
should work
Info:
OS: ipad os
Logseq ver: 0.8.18
Plugin ver: automatically load by css link
Theme name: Awesome Content
[ ] ⚠ Do i have issue with DISABLED my
custom.css
?Description: A clear and concise description of what the bug is......
To Reproduce: ...
Expected behavior: ...
Screenshots If applicable, add screenshots to help explain your problem.
Attach files Add (via drag-n-drop) .zip with
.md
files (if it needs) to help with bugfixind