fix 0.53.1 style issues

This commit is contained in:
zeppi 2022-04-25 21:10:15 -04:00 committed by jessopb
parent 3980d0f51e
commit 15ad30d509
3 changed files with 4 additions and 5 deletions

View file

@ -259,7 +259,8 @@ function ClaimListHeader(props: Props) {
onClick={() => setExpanded(!expanded)}
/>
)}
</div>
<div className="claim-search__menu-group">
{tileLayout !== undefined && (
<Button
onClick={() => {

View file

@ -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>
);

View file

@ -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;