From 2f3be96dffd23e637cba6ae5abb59d638758e07f Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 9 Nov 2025 14:17:04 +0200 Subject: [PATCH] style/info bar: improve style --- apps/client/src/widgets/react/InfoBar.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/react/InfoBar.css b/apps/client/src/widgets/react/InfoBar.css index ec69f466c..10bb52aa3 100644 --- a/apps/client/src/widgets/react/InfoBar.css +++ b/apps/client/src/widgets/react/InfoBar.css @@ -1,11 +1,13 @@ .info-bar { --link-color: var(--main-text-color); - + margin-top: 4px; contain: unset !important; padding: 8px 20px; color: var(--read-only-note-info-bar-color); font-size: .9em; + cursor: default; + user-select: none; } .info-bar-prominent {