Skip to content

Commit

Permalink
유즈 빼꼼
Browse files Browse the repository at this point in the history
  • Loading branch information
HotoRas committed Sep 22, 2024
1 parent 7d06fe0 commit 3248e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/ui/_common_/stream-indicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only

<template>
<div v-if="hasDisconnected && defaultStore.state.serverDisconnectedBehavior === 'quiet'" :class="$style.root" class="_panel _shadow" @click="resetDisconnected">
<div class="_mk_reload_dialog"><i src="https://data.nekoplanet.xyz/nekoplanet-storage/misskey/9ef374e9-8e6c-40f3-8aec-67e2944f10d9.webp"></i> {{ i18n.ts.disconnectedFromServer }}</div>
<div class="_mk_reload_dialog"><i src="https://data.nekoplanet.xyz/nekoplanet-storage/misskey/9ef374e9-8e6c-40f3-8aec-67e2944f10d9.webp" class="_mk_reload_inner"></i> {{ i18n.ts.disconnectedFromServer }}</div>
<div :class="$style.command" class="_buttons">
<MkButton small primary @click="reload">{{ i18n.ts.reload }}</MkButton>
<MkButton small>{{ i18n.ts.doNothing }}</MkButton>
Expand Down Expand Up @@ -74,7 +74,7 @@ onUnmounted(() => {
font-size: 14px !important;
}

.ti-alert-triangle {
._mk_reload_inner {
display: inline-block;
&::before {
content: "" !important;
Expand Down

0 comments on commit 3248e6a

Please sign in to comment.