clean up the css

This commit is contained in:
Anthony 2021-09-27 17:32:34 +03:00
parent faa30c405d
commit 4855bd6380
No known key found for this signature in database
GPG key ID: C386D3C93D50E356
2 changed files with 7 additions and 8 deletions

View file

@ -48,7 +48,6 @@ type Props = {
showMature: boolean, showMature: boolean,
showHiddenByUser?: boolean, showHiddenByUser?: boolean,
properties?: (Claim) => void, properties?: (Claim) => void,
live?: boolean,
collectionId?: string, collectionId?: string,
showNoSourceClaims?: boolean, showNoSourceClaims?: boolean,
isLivestream: boolean, isLivestream: boolean,

View file

@ -3,17 +3,17 @@
.contains_view_count { .contains_view_count {
// accommodating for large view counts on channel overview // accommodating for large view counts on channel overview
@media (min-width: $breakpoint-large) { @media (min-width: $breakpoint-large) {
padding: var(--spacing-s) 4px !important; padding: var(--spacing-s) 4px;
}
.date_time { .date_time {
font-size: 11px !important; font-size: 11px;
}
} }
.channel-thumbnail { .channel-thumbnail {
// accommodating for large view counts on channel overview // accommodating for large view counts on channel overview
@media (min-width: $breakpoint-large) { @media (min-width: $breakpoint-large) {
margin-right: 7px !important; margin-right: 7px;
} }
} }
} }
@ -24,11 +24,11 @@
margin: 0 4px; margin: 0 4px;
} }
font-size: 11px;
@media (min-width: $breakpoint-large) { @media (min-width: $breakpoint-large) {
&::after { &::after {
margin: 0 2.5px; margin: 0 2.5px;
} }
font-size: 11px;
} }
} }