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;