From 3047904a39a39e6717752c03f1c8bd59335982f8 Mon Sep 17 00:00:00 2001 From: Grigory Date: Thu, 21 Dec 2023 13:26:33 +0500 Subject: [PATCH 1/2] fix(ziro): position marketplace header right part correctly --- Ziro/user.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Ziro/user.css b/Ziro/user.css index 5d0acd58..14f9465a 100644 --- a/Ziro/user.css +++ b/Ziro/user.css @@ -341,9 +341,6 @@ .marketplace-header { height: 36px; } -.marketplace-header__right { - position: fixed; -} .marketplace-settings-button { padding: 12px 12px 8px; border-radius: var(--br-2); @@ -587,4 +584,4 @@ label.Type__TypeElement-goli3j-0.gCwing.main-playlistEditDetailsModal-textElemen /*about artist card text*/ .artist-artistAbout-container.artist-artistAbout-backgroundImage .artist-artistAbout-content > div { color: #fff; -} \ No newline at end of file +} From 5af0315c9861c547924b8b3a3a9a87615d87017b Mon Sep 17 00:00:00 2001 From: Grigory Date: Thu, 21 Dec 2023 13:28:24 +0500 Subject: [PATCH 2/2] fix(ziro): don't override marketplace header width --- Ziro/user.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/Ziro/user.css b/Ziro/user.css index 14f9465a..d8dd9652 100644 --- a/Ziro/user.css +++ b/Ziro/user.css @@ -338,9 +338,6 @@ .main-cardHeader-text { font-weight: 700; } -.marketplace-header { - height: 36px; -} .marketplace-settings-button { padding: 12px 12px 8px; border-radius: var(--br-2);