From 523d3d00ce93481e960344d11c6609bed64b0f15 Mon Sep 17 00:00:00 2001 From: Aleix Casanovas Date: Fri, 2 Aug 2024 15:48:25 +0200 Subject: [PATCH] fix: tabs --- src/app.css | 2 +- src/app.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 5f8e746..2afe58c 100644 --- a/src/app.css +++ b/src/app.css @@ -86,7 +86,7 @@ iframe { text-decoration: underline; } .tablinks > button { - height: 51px; + height: 100%; align-items: center; } diff --git a/src/app.tsx b/src/app.tsx index e1a4de6..fa70fcd 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -284,7 +284,7 @@ export default function () { {tabs.length > 0 ? (
{tabs.length > 1 ? ( - + {tabs.map((s) => ( ))}