Commit 98504306 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Style tweak; comment out algo selector

1 merge request!459WIP: (feat): Minds Pro
Pipeline #74220712 running with stages
<div class="m-proChannelList__algorithm">
<a [routerLink]="['/pro', channelUsername, getTypeForRoute(type), 'hot']" routerLinkActive="active" i18n>
<i class="material-icons">whatshot</i>
<span i18n>HOT</span>
</a>
<!--<div class="m-proChannelList__algorithm">-->
<!-- <a [routerLink]="['/pro', channelUsername, getTypeForRoute(type), 'hot']" routerLinkActive="active" i18n>-->
<!-- <i class="material-icons">whatshot</i>-->
<!-- <span i18n>HOT</span>-->
<!-- </a>-->
<a [routerLink]="['/pro', channelUsername, getTypeForRoute(type), 'top']" routerLinkActive="active" i18n>
<i class="material-icons">trending_up</i>
<span i18n>TOP</span>
</a>
<!-- <a [routerLink]="['/pro', channelUsername, getTypeForRoute(type), 'top']" routerLinkActive="active" i18n>-->
<!-- <i class="material-icons">trending_up</i>-->
<!-- <span i18n>TOP</span>-->
<!-- </a>-->
<a [routerLink]="['/pro', channelUsername, getTypeForRoute(type), 'latest']" routerLinkActive="active" i18n>
<i class="material-icons">timelapse</i>
<span i18n>LATEST</span>
</a>
</div>
<!-- <a [routerLink]="['/pro', channelUsername, getTypeForRoute(type), 'latest']" routerLinkActive="active" i18n>-->
<!-- <i class="material-icons">timelapse</i>-->
<!-- <span i18n>LATEST</span>-->
<!-- </a>-->
<!--</div>-->
<div class="m-proChannelList__content">
<ul class="m-proChannelListContent__list" [class.m-proChannelListContent__normalList]="type === 'activities'">
......
......@@ -39,8 +39,10 @@ m-pro--channel-list {
font-size: 14px;
font-weight: 600;
padding: 8px;
color: #90a4ae !important;
background-color: #eceff1 !important;
margin: 0 auto;
text-align: center;
background-color: var(--plain-background-color);
color: var(--text-color);
}
.m-proChannelListContentList__seeMore {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment