Removed background highlight for tile ads

- For https://github.com/OdyseeTeam/odysee-frontend/pull/1046#issuecomment-1061874612
This commit is contained in:
infinite-persistence 2022-03-08 23:20:16 +08:00 committed by Thomas Zarebczan
parent 0fa20114be
commit f24f6783d4

View file

@ -93,6 +93,7 @@
// medium/large layout:
height: unset !important;
aspect-ratio: 16 / 9 !important;
border-radius: var(--border-radius);
}
}
}
@ -101,7 +102,10 @@
@extend .card;
@extend .claim-preview--tile;
flex-direction: column;
padding: var(--spacing-s);
padding: 0;
background-color: unset;
border-bottom: unset;
.ads__claim-text {
margin: var(--spacing-s) 0 0 0;