From 02d0aef49770d7d7c30b1b92aa6fff36e8f8982e Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:42:50 +0200 Subject: [PATCH] [bugfix] fix overflow hidden causing weird blury issue --- .../maps-playlists-panel.component.tsx | 6 +++--- .../bs-content-tab-item.component.tsx | 6 +++--- .../bs-content-tab-panel.component.tsx | 12 +++++++----- .../components/shared/laser-slider.component.tsx | 3 ++- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx b/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx index 214966e7..4460be9b 100644 --- a/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx +++ b/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx @@ -118,8 +118,8 @@ export function MapsPlaylistsPanel({ version, isActive }: Props) { })(); return ( -
-
+ ); } diff --git a/src/renderer/components/shared/bs-content-tab-panel/bs-content-tab-item.component.tsx b/src/renderer/components/shared/bs-content-tab-panel/bs-content-tab-item.component.tsx index 8ff22d3d..7bd1b5e9 100644 --- a/src/renderer/components/shared/bs-content-tab-panel/bs-content-tab-item.component.tsx +++ b/src/renderer/components/shared/bs-content-tab-panel/bs-content-tab-item.component.tsx @@ -25,13 +25,13 @@ export const BsContentTabItem: BsContentTabItemComponent = ({ text, icon: Icon, } return ( -
  • +
  • - + {t(text)}
    {linkProps && ( -
    +
    -