Styling of post scope icon

main
Bob Mottram 2023-02-09 17:34:01 +00:00
parent 996ae50a8c
commit dae314b806
1 changed files with 24 additions and 9 deletions

View File

@ -758,15 +758,6 @@ a:focus {
vertical-align: middle; vertical-align: middle;
} }
.container img.postScopeIcon {
float: none;
width: 30px;
margin: 0 0;
padding: 0 0;
border-radius: 0;
vertical-align: -6px;
}
.container.darker { .container.darker {
background-color: var(--main-bg-color-reply); background-color: var(--main-bg-color-reply);
} }
@ -1187,6 +1178,14 @@ h3 {
font-size: var(--font-size); font-size: var(--font-size);
color: var(--title-color); color: var(--title-color);
} }
.container img.postScopeIcon {
float: none;
width: 30px;
margin: 0 0;
padding: 0 0;
border-radius: 0;
vertical-align: -6px;
}
figcaption img.emojiheader { figcaption img.emojiheader {
float: none; float: none;
width: 25px; width: 25px;
@ -2009,6 +2008,14 @@ h3 {
font-size: var(--font-size-mobile); font-size: var(--font-size-mobile);
color: var(--title-color); color: var(--title-color);
} }
.container img.postScopeIcon {
float: none;
width: 50px;
margin: 0 0;
padding: 0 0;
border-radius: 0;
vertical-align: -6px;
}
blockquote { blockquote {
font-size: var(--quote-font-size-mobile); font-size: var(--quote-font-size-mobile);
} }
@ -2821,6 +2828,14 @@ h3 {
font-size: var(--font-size-tiny); font-size: var(--font-size-tiny);
color: var(--title-color); color: var(--title-color);
} }
.container img.postScopeIcon {
float: none;
width: 50px;
margin: 0 0;
padding: 0 0;
border-radius: 0;
vertical-align: -6px;
}
blockquote { blockquote {
font-size: var(--quote-font-size-tiny); font-size: var(--quote-font-size-tiny);
} }