From 8902751d097ab22bca00838ed30c27a9f95c9276 Mon Sep 17 00:00:00 2001 From: dervart Date: Mon, 30 Jun 2025 20:36:12 +0700 Subject: [PATCH] fix: border-radius COVER_LABEL_STYLE --- portprotonqt/themes/standart/styles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index 1a5fa33..22e5b36 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -487,7 +487,7 @@ COVER_FRAME_STYLE = f""" """ # СКРУГЛЕНИЕ LABEL ПОД ОБЛОЖКУ -COVER_LABEL_STYLE = "border-radius: 100px;" +COVER_LABEL_STYLE = f"border-radius: {border_radius_b};" # ВИДЖЕТ ДЕТАЛЕЙ (ТЕКСТ, ОПИСАНИЕ) DETAILS_WIDGET_STYLE = f"background: rgba(20,20,20,0.40); border-radius: {border_radius_b}; padding: 10px;"