From 3bd4cbed8dbb68a7cadd9dfb8ff6b9265534af0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 23 Jan 2024 13:16:54 +0100 Subject: [PATCH] Specified line-height for the account name in the compose form --- TangerineUI-cherry.css | 3 +++ TangerineUI-purple.css | 3 +++ TangerineUI.css | 3 +++ 3 files changed, 9 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index ba1fbe6..4629ad1 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1142,6 +1142,9 @@ body.app-body { border-left: 0; border-right: 0; } +.app-body .navigation-bar .account__display-name { + line-height: 20px; +} .app-body .compose-form__highlightable { border-top: 0; border-left: 1px solid var(--color-lines); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index daa57b3..d83fa5a 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1142,6 +1142,9 @@ body.app-body { border-left: 0; border-right: 0; } +.app-body .navigation-bar .account__display-name { + line-height: 20px; +} .app-body .compose-form__highlightable { border-top: 0; border-left: 1px solid var(--color-lines); diff --git a/TangerineUI.css b/TangerineUI.css index f3c49ce..216c38c 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1142,6 +1142,9 @@ body.app-body { border-left: 0; border-right: 0; } +.app-body .navigation-bar .account__display-name { + line-height: 20px; +} .app-body .compose-form__highlightable { border-top: 0; border-left: 1px solid var(--color-lines);