From 5c68e301ca489fed266b6d2aa64eb2212ca31e32 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 30 Jan 2020 09:56:08 +0100 Subject: [PATCH] Add instances list source information --- src/components/InstancesList.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/components/InstancesList.vue b/src/components/InstancesList.vue index 85f0e8a..572a71f 100644 --- a/src/components/InstancesList.vue +++ b/src/components/InstancesList.vue @@ -103,8 +103,12 @@
-
- Instances list +
+
+
Instances list
+ +
Built from instances.joinpeertube.org
+
Loading... @@ -171,10 +175,19 @@ } .list { - .title { + .block-title { height: 150px; display: flex; align-items: center; + + .left { + max-width: 250px; + } + + .additional-info { + font-style: italic; + font-size: 12px; + } } .instance {