From dcfd8c17085765f6c13f8cdc2b7fa8773da66528 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 1 Jul 2023 20:58:11 +0300 Subject: [PATCH] Fix streams tab text not being centered for real this time --- app/styles/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/common.css b/app/styles/common.css index 1241df996..a7a85859f 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -477,7 +477,7 @@ dialog::backdrop { .sub-nav__link__container { display: flex; - max-width: 105px; + max-width: 110px; flex: 1; flex-direction: column; align-items: center;