From ef616309bdb868498e18f8d73a640db48ca3a5be Mon Sep 17 00:00:00 2001 From: Gary Guangyu Li Date: Fri, 14 Aug 2026 14:02:07 +0800 Subject: [PATCH] fix: reserve Mintlify nav logo dimensions --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 51ed4e1..5b62e81 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,12 @@ /* Custom styles for Teable documentation */ +/* Reserve the Mintlify navigation logo's rendered size before the image loads. */ +.nav-logo { + width: 108px; + height: 28px; + object-fit: contain; +} + /* Hide changelog left date column, expand content */ .update-container > div:first-child { display: none !important;