Optimize DMCA page on mobile
This commit is contained in:
parent
d95593486f
commit
e23e0f526d
2 changed files with 21 additions and 1 deletions
|
@ -208,7 +208,7 @@ function ShowPage(props: Props) {
|
||||||
|
|
||||||
if (isClaimBlackListed && !claimIsMine) {
|
if (isClaimBlackListed && !claimIsMine) {
|
||||||
innerContent = (
|
innerContent = (
|
||||||
<Page>
|
<Page className="custom-wrapper">
|
||||||
<Card
|
<Card
|
||||||
title={uri}
|
title={uri}
|
||||||
subtitle={__(
|
subtitle={__(
|
||||||
|
|
|
@ -1025,6 +1025,26 @@ img {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-wrapper {
|
||||||
|
@media (max-width: $breakpoint-small) {
|
||||||
|
.card {
|
||||||
|
padding: var(--spacing-xxxs);
|
||||||
|
.card__title-section {
|
||||||
|
width: 100%;
|
||||||
|
div:first-of-type {
|
||||||
|
width: 100%;
|
||||||
|
.card__title {
|
||||||
|
width: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Temporary master classes
|
// Temporary master classes
|
||||||
.date_time {
|
.date_time {
|
||||||
font-size: var(--font-xsmall);
|
font-size: var(--font-xsmall);
|
||||||
|
|
Loading…
Add table
Reference in a new issue