Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
809
Issues
809
List
Boards
Labels
Service Desk
Milestones
Merge Requests
53
Merge Requests
53
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
87b682c6
Commit
87b682c6
authored
3 minutes ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "(chore): newsfeed usercard ui minor changes"
This reverts commit
7064543f
.
parent
67ba3dac
master
No related merge requests found
Pipeline
#71315800
running with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
cards.scss
src/app/modules/legacy/components/cards/cards.scss
+4
-5
newsfeed.component.html
src/app/modules/newsfeed/newsfeed.component.html
+1
-1
No files found.
src/app/modules/legacy/components/cards/cards.scss
View file @
87b682c6
...
...
@@ -74,7 +74,7 @@ minds-card-user, .minds-banner-card{
text-overflow
:
ellipsis
;
font-size
:
16px
;
line-height
:
18px
;
padding
:
0
0
0
1px
;
padding
:
0
;
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,7 +85,6 @@ 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
);
}
...
...
@@ -99,7 +98,7 @@ minds-card-user, .minds-banner-card{
minds-button-subscribe
,
minds-button-boost
{
position
:
absolute
;
margin
:
-3
4
px
0
0
130px
;
margin
:
-3
8
px
0
0
130px
;
//z-index:999;
}
...
...
@@ -306,7 +305,7 @@ minds-activity.mdl-card, minds-activity, minds-activity-preview{
.m-owner-block--remind
{
overflow
:
visible
;
i
{
font-size
:
18px
;
margin-right
:
12px
;
...
...
@@ -565,7 +564,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
;
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/newsfeed/newsfeed.component.html
View file @
87b682c6
...
...
@@ -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
()"
[
avatarSize
]="'
large
'"
class=
"mdl-card m-border"
></minds-card-user>
<minds-card-user
*
ngIf=
"session.isLoggedIn()"
[
object
]="
session
.
getLoggedInUser
()"
class=
"mdl-card m-border"
></minds-card-user>
<ng-container
*
mIfFeature=
"'top-feeds'"
>
<h3
class=
"m-newsfeedSidebar__header"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment