diff --git a/web/src/screens/repo/screens/build/components/details.js b/web/src/screens/repo/screens/build/components/details.js index 6917feea5..3e82f667f 100644 --- a/web/src/screens/repo/screens/build/components/details.js +++ b/web/src/screens/repo/screens/build/components/details.js @@ -16,9 +16,15 @@ export class Details extends Component {
{build.message} +
+
+ + {build.author} +
+
- +
diff --git a/web/src/screens/repo/screens/builds/components/list.less b/web/src/screens/repo/screens/builds/components/list.less index b7e302262..671ba5086 100644 --- a/web/src/screens/repo/screens/builds/components/list.less +++ b/web/src/screens/repo/screens/builds/components/list.less @@ -99,17 +99,17 @@ } .icon { - margin-left: 10px; - margin-right: 20px; - max-width: 22px; - min-width: 22px; - width: 22px; + margin-left: 8px; + margin-right: 18px; + max-width: 26px; + min-width: 26px; + width: 26px; } .icon img { border-radius: 50%; - height: 22px; - width: 22px; + height: 26px; + width: 26px; } .status {