Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c2951f6f
Commit
c2951f6f
authored
Dec 22, 2017
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update avatar size to be 24px
parent
732b230a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
app/assets/javascripts/groups/components/group_item.vue
app/assets/javascripts/groups/components/group_item.vue
+5
-3
No files found.
app/assets/javascripts/groups/components/group_item.vue
View file @
c2951f6f
...
...
@@ -77,7 +77,8 @@ export default {
class=
"group-row"
>
<div
class=
"group-row-contents"
>
class=
"group-row-contents"
:class=
"
{ 'project-row-contents': !isGroup }">
<item-actions
v-if=
"isGroup"
:group=
"group"
...
...
@@ -97,7 +98,7 @@ export default {
/>
</div>
<div
class=
"avatar-container
s40
hidden-xs"
class=
"avatar-container
prepend-top-8 prepend-left-5 s24
hidden-xs"
:class=
"
{ 'content-loading': group.isChildrenLoading }"
>
<a
...
...
@@ -106,11 +107,12 @@ export default {
>
<img
v-if=
"hasAvatar"
class=
"avatar s
40
"
class=
"avatar s
24
"
:src=
"group.avatarUrl"
/>
<identicon
v-else
size-class=
"s24"
:entity-id=
group.id
:entity-name=
"group.name"
/>
...
...
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