...
 
Commits (2)
......@@ -74,7 +74,7 @@ minds-card-user, .minds-banner-card{
text-overflow: ellipsis;
font-size: 16px;
line-height: 18px;
padding: 0;
padding: 0 0 0 1px;
margin: 0;
@include m-theme(){
text-shadow: -1px -1px 0 themed($m-black-always), 1px -1px 0 themed($m-black-always), -1px 1px 0 themed($m-black-always), 1px 1px 0 themed($m-black-always);
......@@ -85,6 +85,7 @@ minds-card-user, .minds-banner-card{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0 0 0 1px;
@include m-theme(){
text-shadow: -1px -1px 0 themed($m-black-always), 1px -1px 0 themed($m-black-always), -1px 1px 0 themed($m-black-always), 1px 1px 0 themed($m-black-always);
}
......@@ -98,7 +99,7 @@ minds-card-user, .minds-banner-card{
minds-button-subscribe, minds-button-boost{
position: absolute;
margin: -38px 0 0 130px;
margin: -34px 0 0 130px;
//z-index:999;
}
......@@ -305,7 +306,7 @@ minds-activity.mdl-card, minds-activity, minds-activity-preview{
.m-owner-block--remind{
overflow: visible;
i{
font-size: 18px;
margin-right: 12px;
......@@ -564,7 +565,7 @@ minds-activity.mdl-card, minds-activity, minds-activity-preview{
@include m-theme(){
color: themed($m-blue) !important;
}
&:hover {
@include m-theme(){
color: rgba(themed($m-blue-dark),0.9) !important;
......
......@@ -68,7 +68,7 @@
<div class="mdl-cell mdl-cell--4-col m-newsfeed--sidebar m-newsfeed__sidebar">
<minds-card-user *ngIf="session.isLoggedIn()" [object]="session.getLoggedInUser()" class="mdl-card m-border"></minds-card-user>
<minds-card-user *ngIf="session.isLoggedIn()" [object]="session.getLoggedInUser()" [avatarSize]="'large'" class="mdl-card m-border"></minds-card-user>
<ng-container *mIfFeature="'top-feeds'">
<h3 class="m-newsfeedSidebar__header">
......