Improved site and network pages. Fixed various issues.

This commit is contained in:
2019-11-12 01:22:20 +01:00
parent 3c76d39301
commit 832e96ced1
118 changed files with 327 additions and 224 deletions

View File

@@ -1,6 +1,7 @@
<template>
<a
:href="`/site/${site.slug}`"
:title="site.name"
class="tile"
>
<object
@@ -42,12 +43,12 @@ export default {
}
.logo {
color: $text;
width: 100%;
height: 5rem;
color: $text;
display: flex;
align-items: center;
justify-content: center;
height: 3rem;
object-fit: contain;
font-size: 1rem;
font-weight: bold;