From 152f186c0ef67af6583b52bf595cbaadc8e75221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Thu, 30 Nov 2023 20:22:04 +0100 Subject: [PATCH] More room for longer timestamps --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 2143f52..b64bdbe 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1209,7 +1209,7 @@ body.app-body { .app-body .status__info .status__display-name { overflow: visible; align-items: start; - max-width: calc(100% - 4em); + max-width: calc(100% - 5em); } .app-body .status__info .status__display-name .display-name bdi, .app-body .status__info .status__display-name .display-name__account { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 20126a4..0119d6e 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1208,7 +1208,7 @@ body.app-body { .app-body .status__info .status__display-name { overflow: visible; align-items: start; - max-width: calc(100% - 4em); + max-width: calc(100% - 5em); } .app-body .status__info .status__display-name .display-name bdi, .app-body .status__info .status__display-name .display-name__account { diff --git a/TangerineUI.css b/TangerineUI.css index 37706de..a2d57ee 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1208,7 +1208,7 @@ body.app-body { .app-body .status__info .status__display-name { overflow: visible; align-items: start; - max-width: calc(100% - 4em); + max-width: calc(100% - 5em); } .app-body .status__info .status__display-name .display-name bdi, .app-body .status__info .status__display-name .display-name__account {