diff --git a/src/views/others/Friends.vue b/src/views/others/Friends.vue index 516caa9..eb40e7c 100644 --- a/src/views/others/Friends.vue +++ b/src/views/others/Friends.vue @@ -7,11 +7,15 @@
-
{{ f.name }}
+
+
@@ -29,6 +33,10 @@ export interface Friend { banner: string desc?: string + + twitter?: string + github?: string + blog?: string } @Options({components: {}}) @@ -96,12 +104,18 @@ export default class Friends extends Vue .info z-index: 10 display: flex - flex-direction: column - justify-content: end + align-items: end + width: 100% .name font-size: 1.2em + .space + flex-grow: 1 + + a + color: $color-text-main + .avatar margin-top: calc(#{$top} - #{$img} / 2 - 20px) width: $img