merge: always align code to the left - fixes #436 (!453)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/453

Closes #436

Approved-by: Essem <smswessem@gmail.com>
Approved-by: Leah <kevinlukej@gmail.com>
This commit is contained in:
dakkar 2024-03-14 14:48:30 +00:00
commit 58bc8f2c10
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ watch(() => props.lang, (to) => {
</script>
<style module lang="scss">
.codeBlockRoot {
text-align: left;
}
.codeBlockRoot :global(.shiki) > code {
counter-reset: step;
counter-increment: step 0;