fix: responsive sign in after icon-only sidebar

This commit is contained in:
patak 2022-12-21 15:10:37 +01:00
parent ee9627108c
commit f542011b55
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<template>
<div p8 flex="~ col gap4">
<div p8 flex="~ col gap4" hidden lg:block>
<p v-if="isMastoInitialised" text-sm>
Viewing <strong>{{ currentServer }}</strong> public data
</p>