mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-06 13:29:35 +00:00
In Twenty Nineteen r58580 increased size of avatars. This caused issues with the position of author checkbox. This resolves by moving without impacting the avatar blocks. Props sabernhardt, nithins53, sudipatel007. Fixes #62096. Built from https://develop.svn.wordpress.org/trunk@59222 git-svn-id: http://core.svn.wordpress.org/trunk@58614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
40 lines
720 B
SCSS
40 lines
720 B
SCSS
.page-content .wp-smiley,
|
|
.entry-content .wp-smiley,
|
|
.comment-content .wp-smiley {
|
|
border: none;
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
embed,
|
|
iframe,
|
|
object {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.custom-logo-link {
|
|
display: inline-block;
|
|
}
|
|
|
|
.avatar {
|
|
border-radius: 100%;
|
|
display: block;
|
|
min-height: inherit;
|
|
}
|
|
|
|
svg {
|
|
transition: fill $icon_transition ease-in-out;
|
|
fill: currentColor;
|
|
}
|
|
|
|
/*--------------------------------------------------------------
|
|
## Captions
|
|
--------------------------------------------------------------*/
|
|
@import "captions";
|
|
|
|
/*--------------------------------------------------------------
|
|
## Galleries
|
|
--------------------------------------------------------------*/
|
|
@import "galleries";
|