From a889f3db54866ae690516cde8bbf967a99a56383 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 28 Jun 2023 10:06:12 -0400 Subject: [PATCH] Reduce the right spacing of the contacts menu --- styles/src/styleTree/titlebar.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/styles/src/styleTree/titlebar.ts b/styles/src/styleTree/titlebar.ts index 993d421859..b1971a2e8d 100644 --- a/styles/src/styleTree/titlebar.ts +++ b/styles/src/styleTree/titlebar.ts @@ -200,10 +200,7 @@ export function titlebar(theme: ColorScheme) { // TODO: Chore: Make avatarRibbon colors driven by the theme rather than being hard coded. }, - // Sign in buttom sign_in_button: toggleable_text_button(theme, {}), - - // Offline Indicator offlineIcon: { color: foreground(theme.lowest, "variant"), width: 16, @@ -215,7 +212,7 @@ export function titlebar(theme: ColorScheme) { }, }, - // Notice that the collaboration server is out of date + // When the collaboration server is out of date, show a warning outdatedWarning: { ...text(theme.lowest, "sans", "warning", { size: "xs" }), background: withOpacity(background(theme.lowest, "warning"), 0.3), @@ -242,7 +239,6 @@ export function titlebar(theme: ColorScheme) { toggle_contacts_button: toggleable_icon_button(theme, { margin: { left: ITEM_SPACING, - right: ITEM_SPACING / 2 }, }),