Skip to content

Commit 54c2132

Browse files
committed
UI: increase size of community icon
1 parent 30c8897 commit 54c2132

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesList.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import PropTypes from "prop-types";
1111
import React, { Component } from "react";
1212
import { Image } from "react-invenio-forms";
1313
import {
14-
Button,
1514
Grid,
1615
Item,
1716
Message,
@@ -63,10 +62,10 @@ export class RecordCommunitiesList extends Component {
6362
return (
6463
<Grid key={community.id}>
6564
<Grid.Row verticalAlign="middle">
66-
<Grid.Column width={2}>
65+
<Grid.Column width={3}>
6766
<Image wrapped size="mini" src={community.links.logo} alt="" />
6867
</Grid.Column>
69-
<Grid.Column width={14}>
68+
<Grid.Column width={13} className="pl-0">
7069
<Item.Content>
7170
<Item.Header className="ui">
7271
<Header as="a" href={community.links.self_html} size="small">

0 commit comments

Comments
 (0)