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)}
|
||||
/>
|
||||
)}
|
||||
|
||||
</div>
|
||||
<div className="claim-search__menu-group">
|
||||
{tileLayout !== undefined && (
|
||||
<Button
|
||||
onClick={() => {
|
||||
|
|
|
@ -55,9 +55,7 @@ function ClaimRepostAuthor(props: Props) {
|
|||
<div className="claim-preview__repost-ribbon">
|
||||
<Icon icon={ICONS.REPOST} size={10} className="claim-preview__repost-icon" />
|
||||
<br />
|
||||
<I18nMessage tokens={{ repost_channel_link: <UriIndicator link uri={repostChannelUrl} /> }}>
|
||||
%repost_channel_link%
|
||||
</I18nMessage>
|
||||
<UriIndicator link uri={repostChannelUrl} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -1142,7 +1142,7 @@
|
|||
width: 225px;
|
||||
padding-top: 4px;
|
||||
padding-right: 8px;
|
||||
background-color: var(--color-brand-blue);
|
||||
background-color: var(--color-gray-7);
|
||||
color: var(--color-primary-contrast);
|
||||
text-align: center;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Reference in a new issue