fix 0.53.1 style issues
This commit is contained in:
parent
3980d0f51e
commit
15ad30d509
3 changed files with 4 additions and 5 deletions
|
@ -259,7 +259,8 @@ function ClaimListHeader(props: Props) {
|
||||||
onClick={() => setExpanded(!expanded)}
|
onClick={() => setExpanded(!expanded)}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
</div>
|
||||||
|
<div className="claim-search__menu-group">
|
||||||
{tileLayout !== undefined && (
|
{tileLayout !== undefined && (
|
||||||
<Button
|
<Button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|
|
@ -55,9 +55,7 @@ function ClaimRepostAuthor(props: Props) {
|
||||||
<div className="claim-preview__repost-ribbon">
|
<div className="claim-preview__repost-ribbon">
|
||||||
<Icon icon={ICONS.REPOST} size={10} className="claim-preview__repost-icon" />
|
<Icon icon={ICONS.REPOST} size={10} className="claim-preview__repost-icon" />
|
||||||
<br />
|
<br />
|
||||||
<I18nMessage tokens={{ repost_channel_link: <UriIndicator link uri={repostChannelUrl} /> }}>
|
<UriIndicator link uri={repostChannelUrl} />
|
||||||
%repost_channel_link%
|
|
||||||
</I18nMessage>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -1142,7 +1142,7 @@
|
||||||
width: 225px;
|
width: 225px;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
background-color: var(--color-brand-blue);
|
background-color: var(--color-gray-7);
|
||||||
color: var(--color-primary-contrast);
|
color: var(--color-primary-contrast);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Reference in a new issue