Skip to content
Snippets Groups Projects
Commit a7977c66 authored by syuilo's avatar syuilo
Browse files

fix #10021

parent 1dfcd457
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="tl"> <div v-if="instance.policies.ltlAvailable" class="tl">
<div class="title">{{ i18n.ts.letsLookAtTimeline }}</div> <div class="title">{{ i18n.ts.letsLookAtTimeline }}</div>
<div class="body"> <div class="body">
<MkTimeline src="local"/> <MkTimeline src="local"/>
...@@ -65,6 +65,7 @@ import MkTimeline from '@/components/MkTimeline.vue'; ...@@ -65,6 +65,7 @@ import MkTimeline from '@/components/MkTimeline.vue';
import { instanceName } from '@/config'; import { instanceName } from '@/config';
import * as os from '@/os'; import * as os from '@/os';
import { i18n } from '@/i18n'; import { i18n } from '@/i18n';
import { instance } from '@/instance';
let meta = $ref<Instance>(); let meta = $ref<Instance>();
let instances = $ref<any[]>(); let instances = $ref<any[]>();
...@@ -209,7 +210,6 @@ function exploreOtherServers() { ...@@ -209,7 +210,6 @@ function exploreOtherServers() {
border-radius: var(--radius); border-radius: var(--radius);
box-shadow: 0 12px 32px rgb(0 0 0 / 25%); box-shadow: 0 12px 32px rgb(0 0 0 / 25%);
text-align: center; text-align: center;
margin-bottom: 16px;
> .icon { > .icon {
width: 85px; width: 85px;
...@@ -265,6 +265,7 @@ function exploreOtherServers() { ...@@ -265,6 +265,7 @@ function exploreOtherServers() {
border-radius: var(--radius); border-radius: var(--radius);
overflow: clip; overflow: clip;
box-shadow: 0 12px 32px rgb(0 0 0 / 25%); box-shadow: 0 12px 32px rgb(0 0 0 / 25%);
margin-top: 16px;
> .title { > .title {
padding: 12px 16px; padding: 12px 16px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment