You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MSzturc First off: thank you so much for this plugin, I'm literally launching my youtube career using it (and you better believe I'm supporting you!)
Describe the bug
Something has slightly broken vs2015.css code blocks since the 20th of Oct (Certainly it was broken by 10 Nov, I produced two videos on these dates, so can concretely say that the problem started in this period)
There is now extra padding at the bottom of code blocks:
Samples to Reproduce
Make a code block in Advanced Slides, using the css/vs2015.css theme, and note the new bonus asymmetrical padding at the bottom of the block.
Expected behavior
This did not happen on or before the 20th of October, where it looked like this:
I can't quite dig up where this has come from, the highlight.js file has not changed in 2022, so I suspect it's something local to Advanced Slides? The other themes don't have this problem, though they also don't have nice padding around them.
My workaround is to change the padding value from css/vs2015.css from 1em to 0.5 em, which doesn't fix the asymmetry, but makes it less obnoxious:
Ahhh wow nice find. To get more control i've wrapped every slide into a 100% x 100% grid with height of 100%.. i've added your fix into the reveal.css. Highlight.js should work as before with next version
@MSzturc First off: thank you so much for this plugin, I'm literally launching my youtube career using it (and you better believe I'm supporting you!)
Describe the bug
Something has slightly broken
vs2015.css
code blocks since the 20th of Oct (Certainly it was broken by 10 Nov, I produced two videos on these dates, so can concretely say that the problem started in this period)There is now extra padding at the bottom of code blocks:
Samples to Reproduce
Make a code block in Advanced Slides, using the
css/vs2015.css
theme, and note the new bonus asymmetrical padding at the bottom of the block.Expected behavior
This did not happen on or before the 20th of October, where it looked like this:
I can't quite dig up where this has come from, the
highlight.js
file has not changed in 2022, so I suspect it's something local to Advanced Slides? The other themes don't have this problem, though they also don't have nice padding around them.My workaround is to change the padding value from
css/vs2015.css
from 1em to 0.5 em, which doesn't fix the asymmetry, but makes it less obnoxious:Thank you again!
The text was updated successfully, but these errors were encountered: