3034f4ce6c
* bring in ody styles; modify; cleanup * workflow * workflow * v0.52.6-alpha.teststyles.1 * fix hook * v0.52.6-alpha.teststyles.2 * style fixes * fix pagination styling * v0.52.6-alpha.teststyles.3 * wallet icon was bad * restore deploy script * fixes * fix player close button * modal inputs * cleanup * cleanup * fix staked indicator * fix profile menu button skel delay * fix view-all-playlists hover * fix overlay buttons on collection page * fix header buttons
34 lines
619 B
SCSS
34 lines
619 B
SCSS
@import '../init/vars';
|
|
|
|
.contains_view_count {
|
|
// accommodating for large view counts on channel overview
|
|
@media (min-width: $breakpoint-large) {
|
|
padding: var(--spacing-s) 4px;
|
|
|
|
.date_time {
|
|
font-size: var(--font-xsmall);
|
|
}
|
|
}
|
|
|
|
.channel-thumbnail {
|
|
// accommodating for large view counts on channel overview
|
|
@media (min-width: $breakpoint-large) {
|
|
margin-right: 7px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.view_count {
|
|
&::after {
|
|
content: '•';
|
|
margin: 0 4px;
|
|
}
|
|
|
|
@media (min-width: $breakpoint-large) {
|
|
&::after {
|
|
margin: 0 2.5px;
|
|
}
|
|
|
|
font-size: var(--font-xsmall);
|
|
}
|
|
}
|