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
71044900
Commit
71044900
authored
Oct 16, 2019
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase group avatar in the list to 40px
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
da83fd5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/assets/javascripts/groups/components/group_item.vue
app/assets/javascripts/groups/components/group_item.vue
+3
-3
changelogs/unreleased/dz-improve-groups-list-ui.yml
changelogs/unreleased/dz-improve-groups-list-ui.yml
+5
-0
No files found.
app/assets/javascripts/groups/components/group_item.vue
View file @
71044900
...
...
@@ -104,11 +104,11 @@ export default {
/>
<div
:class=
"
{ 'd-sm-flex': !group.isChildrenLoading }"
class="avatar-container rect-avatar s
32
d-none flex-grow-0 flex-shrink-0 "
class="avatar-container rect-avatar s
40
d-none flex-grow-0 flex-shrink-0 "
>
<a
:href=
"group.relativePath"
class=
"no-expand"
>
<img
v-if=
"hasAvatar"
:src=
"group.avatarUrl"
class=
"avatar s
32
"
/>
<identicon
v-else
:entity-id=
"group.id"
:entity-name=
"group.name"
size-class=
"s
32
"
/>
<img
v-if=
"hasAvatar"
:src=
"group.avatarUrl"
class=
"avatar s
40
"
/>
<identicon
v-else
:entity-id=
"group.id"
:entity-name=
"group.name"
size-class=
"s
40
"
/>
</a>
</div>
<div
class=
"group-text-container d-flex flex-fill align-items-center"
>
...
...
changelogs/unreleased/dz-improve-groups-list-ui.yml
0 → 100644
View file @
71044900
---
title
:
Increase group avatar size to 40px
merge_request
:
18654
author
:
type
:
changed
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