Commit c7260b7d authored by Vicary Archangel's avatar Vicary Archangel Committed by Annabel Dunstone Gray

Vertically centres landscape avatars those cannot fill up parent height.

parent 044fe6b3
...@@ -100,7 +100,7 @@ export default { ...@@ -100,7 +100,7 @@ export default {
</div> </div>
<div <div
:class="{ 'content-loading': group.isChildrenLoading }" :class="{ 'content-loading': group.isChildrenLoading }"
class="avatar-container s24 d-none d-sm-block" class="avatar-container s24 d-none d-sm-flex"
> >
<a <a
:href="group.relativePath" :href="group.relativePath"
......
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
a { a {
width: 100%; width: 100%;
height: 100%;
display: flex; display: flex;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment