diff --git a/src/app/styles/payment-container.scss b/src/app/styles/payment-container.scss index 049a309..9e55046 100644 --- a/src/app/styles/payment-container.scss +++ b/src/app/styles/payment-container.scss @@ -419,6 +419,14 @@ .secure-payments-card-header { font-size: 1.8rem; margin-bottom: 8px; + height: 44px; + + &.yookassa { + max-width: 88px; + margin: 0 auto 8px; + display: flex; + align-items: center; + } } h4 { diff --git a/src/app/ui/payment/secure-payments.tsx b/src/app/ui/payment/secure-payments.tsx index 7fbc9df..f04c7a2 100644 --- a/src/app/ui/payment/secure-payments.tsx +++ b/src/app/ui/payment/secure-payments.tsx @@ -12,10 +12,10 @@ export default function SecurePayments() {
-
- 🪪 +
+
-

Яндекс.Касса

+

Юкасса

Надёжная платёжная система с защитой данных

diff --git a/src/app/ui/search/searched-global-files-list.tsx b/src/app/ui/search/searched-global-files-list.tsx index 194c71f..944d1a3 100644 --- a/src/app/ui/search/searched-global-files-list.tsx +++ b/src/app/ui/search/searched-global-files-list.tsx @@ -21,11 +21,13 @@ export function SearchedGlobalFilesList({ list }: { list: SearchItem[] }) { {item?.pageTitle}
- {item?.height & item?.width && ( -
- {item?.height}x{item?.width} -
- )} + {(item?.height && item?.width) && + item.height !== 0 && + item.width !== 0 && ( +
+ {item.height}x{item.width} +
+ )}
{item?.host}