client/shared note info bar: improve appearance

This commit is contained in:
Adorian Doran
2025-11-09 02:14:43 +02:00
parent c4603fce25
commit 50869d29db
4 changed files with 6 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ export default function SharedInfo() {
});
return (
<InfoBar className="shared-info-widget" type="subtle">
<InfoBar className="shared-info-widget" type="subtle" style={{display: (!link) ? "none" : undefined}}>
{link && (
<RawHtml html={syncServerHost
? t("shared_info.shared_publicly", { link })