Update BBCode tutorial modal

This commit is contained in:
Tetrakern 2023-02-16 22:40:11 +01:00
parent 553dafdf33
commit 4d009961eb
4 changed files with 10 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -32,7 +32,7 @@
<div><?php printf( fcntr( 'bbcode_img' ), $preview_image ); ?></div>
<div><?php echo fcntr( 'bbcode_link' ); ?></div>
<div><?php echo fcntr( 'bbcode_link_name' ); ?></div>
<div><?php echo fcntr( 'bbcode_quote' ); ?></div>
<?php echo fcntr( 'bbcode_quote' ); ?>
<div><?php echo fcntr( 'bbcode_spoiler' ); ?></div>
<div><?php echo fcntr( 'bbcode_ins' ); ?></div>
<div><?php echo fcntr( 'bbcode_del' ); ?></div>

View File

@ -170,7 +170,8 @@
background: var(--blockquote-background);
border-left: 2px solid var(--fg-600);
border-radius: var(--layout-border-radius-small);
padding: 0 .5em;
padding: .34rem .5em;
margin-bottom: .5rem;
}
code {
@ -184,6 +185,11 @@
margin-left: 2px;
}
}
li {
margin-top: 0;
margin-bottom: 0;
}
}
}