forked from extern/fediwall
Whitespace
This commit is contained in:
parent
d9bcf5833a
commit
7cb3b9296e
@ -191,11 +191,13 @@ const privacyLink = computed(() => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div id="page">
|
<div id="page">
|
||||||
<icon v-show="updateInProgress" icon="spinner" spin class="position-fixed bottom-0 start-0 m-1 opacity-25 text-muted" />
|
<icon v-show="updateInProgress" icon="spinner" spin
|
||||||
|
class="position-fixed bottom-0 start-0 m-1 opacity-25 text-muted" />
|
||||||
<header v-if="config?.showInfobar" class="secret-hover">
|
<header v-if="config?.showInfobar" class="secret-hover">
|
||||||
<InfoBar :config="config">
|
<InfoBar :config="config">
|
||||||
<span class="text-muted float-end opacity-50 secret">
|
<span class="text-muted float-end opacity-50 secret">
|
||||||
<icon icon="gear" style="cursor: pointer" title="Edit Settings" data-bs-toggle="modal" data-bs-target="#configModal" />
|
<icon icon="gear" style="cursor: pointer" title="Edit Settings" data-bs-toggle="modal"
|
||||||
|
data-bs-target="#configModal" />
|
||||||
</span>
|
</span>
|
||||||
</InfoBar>
|
</InfoBar>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user