Removed background highlight for tile ads
- For https://github.com/OdyseeTeam/odysee-frontend/pull/1046#issuecomment-1061874612
This commit is contained in:
parent
0fa20114be
commit
f24f6783d4
1 changed files with 5 additions and 1 deletions
|
@ -93,6 +93,7 @@
|
||||||
// medium/large layout:
|
// medium/large layout:
|
||||||
height: unset !important;
|
height: unset !important;
|
||||||
aspect-ratio: 16 / 9 !important;
|
aspect-ratio: 16 / 9 !important;
|
||||||
|
border-radius: var(--border-radius);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -101,7 +102,10 @@
|
||||||
@extend .card;
|
@extend .card;
|
||||||
@extend .claim-preview--tile;
|
@extend .claim-preview--tile;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: var(--spacing-s);
|
|
||||||
|
padding: 0;
|
||||||
|
background-color: unset;
|
||||||
|
border-bottom: unset;
|
||||||
|
|
||||||
.ads__claim-text {
|
.ads__claim-text {
|
||||||
margin: var(--spacing-s) 0 0 0;
|
margin: var(--spacing-s) 0 0 0;
|
||||||
|
|
Loading…
Reference in a new issue