Fixes for RTL and dropcaps.
This commit is contained in:
parent
d0d130ea79
commit
08beba9b4e
2 changed files with 11 additions and 8 deletions
|
@ -32,7 +32,9 @@ Description: Used to style Gutenberg Blocks.
|
|||
/* Paragraph */
|
||||
|
||||
p.has-drop-cap:not(:focus)::first-letter {
|
||||
font-size: 124px;
|
||||
font-size: 141px;
|
||||
line-height: 1.1;
|
||||
margin-bottom: -40px
|
||||
}
|
||||
|
||||
/* Images */
|
||||
|
|
|
@ -219,10 +219,9 @@
|
|||
/* Paragraph */
|
||||
|
||||
.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
|
||||
font-size: 124px;
|
||||
}
|
||||
|
||||
.rtl .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
|
||||
font-size: 141px;
|
||||
line-height: 1.1;
|
||||
margin-bottom: -40px
|
||||
}
|
||||
|
||||
/* Quote */
|
||||
|
@ -646,6 +645,7 @@
|
|||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -669,15 +669,16 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment-date {
|
||||
}
|
||||
|
||||
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
||||
border-top: 1px solid #eeece8;
|
||||
margin-bottom: 0;
|
||||
padding: .75em 0;
|
||||
}
|
||||
|
||||
.rtl ol.wp-block-latest-comments {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment-excerpt p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue