#better shiki codeblocks
1 messages · Page 1 of 1 (latest)
Do I need to include something additionally in Vencord or specifically insert the code into CSS? for example to the top or bottom
@inports need to be before any actual code in your quickCSS
Alternatively include the url as a theme
For some reason, even this does not work, I try to explain why, but perhaps you have assumptions or have previously had such situations
show your quickcss
It contains only your link to CSS
show the window
do you have shikicodeblocks enabled
not sure
vp shiki
done, but it did not help
do you have shiki codeblocks enabled
Same here
i did download the noto sans fonts
but still have that same issue
do you have shikicodeblocks enabled?
yes i do
oh fuck its a windows issue
well you're on your own fix it yourself
fuck windows
fuck windows
i'm on linux mint and it still happens to me
fuck my life
@atomic cosmos here dude just override it and it might work
top: -3px !important;
left: -7px !important;
content: ":sob:" !important; /* or any other symbol you want */
font-size: 16px !important;
}```
works fine now
This is interesting, thank you
need fix for one liner tho
it works when i paste it into the quickcss editor, but when i paste it in a css file, it doesn't work, it just breaks the snippet
cuz i want all my themes to be neatly organized and not for all of them to be inside the quickcss editor
i mean i use custom themes too just override most of the stuff i need customizing while importing the entire css link from the github file in vencord online theme
well
i tried it your way
and it still works for me
weird
must be something in your css that is overriding it
try commenting entire css, just add this and check if it stilll works
@import url(https://blade04208.github.io/css/bettershiki.css);
.vc-shiki-btn::after {
top: -3px !important;
left: -7px !important;
content: "ðŸ˜" !important; /* or any other symbol you want */
font-size: 16px !important;
}
this works. i don't even have to disable any other theme
i simply disabled all my themes and reenabled them and now it works
idk but i'm not complaining
oh whoops IM on web gotta check desktop
Do forget too put ; at the end guys !
thanks!
not sure if this is still being updated at all but, if i use this and expand a codeblock this happens
same happens to me