Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
diaspora
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
53603917
Unverified
Commit
53603917
authored
Nov 10, 2017
by
flaburgan
Committed by
Benjamin Neff
Dec 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix deformed hovercards avatar
closes #7656 fixes #6039
parent
fc33a2ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
Changelog.md
Changelog.md
+1
-2
app/assets/stylesheets/hovercard.scss
app/assets/stylesheets/hovercard.scss
+3
-9
No files found.
Changelog.md
View file @
53603917
# 0.7.2.0
## Refactor
## Bug fixes
*
Ignore invalid
`diaspora://`
links
[
#7652
](
https://github.com/diaspora/diaspora/pull/7652
)
*
Fix deformed avatar in hovercards
[
#7656
](
https://github.com/diaspora/diaspora/pull/7656
)
## Features
*
Add birthday notifications
[
#7624
](
https://github.com/diaspora/diaspora/pull/7624
)
...
...
app/assets/stylesheets/hovercard.scss
View file @
53603917
...
...
@@ -12,16 +12,10 @@
font-size
:
small
;
.avatar
{
position
:
relative
;
float
:
left
;
height
:
70px
!
important
;
width
:
70px
!
important
;
top
:
0
!
important
;
margin
:
{
right
:
10px
;
left
:
0
;
}
height
:
70px
;
object-fit
:
cover
;
width
:
70px
;
}
$image_width
:
80px
;
/* including margin */
...
...
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