From 1b8cb8a28fdd9699fa2d82ef272f35bb5d66ca1f Mon Sep 17 00:00:00 2001 From: Hao U Date: Thu, 3 Feb 2022 17:33:37 +0800 Subject: [PATCH] fix too long width bugs of library tab bar --- Fluent/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fluent/user.css b/Fluent/user.css index 1e66c57..0848157 100644 --- a/Fluent/user.css +++ b/Fluent/user.css @@ -221,7 +221,7 @@ h3, .queue-tabBar-header { text-align: center; - min-width: 500px; + min-width: 100px; } .queue-tabBar-headerItemLink {