mirror of
https://github.com/defnull/fediwall.git
synced 2025-02-16 09:09:20 +01:00
Whitespace
This commit is contained in:
parent
d9bcf5833a
commit
7cb3b9296e
@ -191,11 +191,13 @@ const privacyLink = computed(() => {
|
||||
|
||||
<template>
|
||||
<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">
|
||||
<InfoBar :config="config">
|
||||
<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>
|
||||
</InfoBar>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user