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 {