From 29e795bad9104e38999758586e02c530b80cb46d Mon Sep 17 00:00:00 2001 From: Grigory Date: Fri, 22 Dec 2023 04:29:17 +0500 Subject: [PATCH] fix(ziro): resolve visual issues with latest marketplace version (#1030) --- Ziro/user.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Ziro/user.css b/Ziro/user.css index 5d0acd5..d8dd965 100644 --- a/Ziro/user.css +++ b/Ziro/user.css @@ -338,12 +338,6 @@ .main-cardHeader-text { font-weight: 700; } -.marketplace-header { - height: 36px; -} -.marketplace-header__right { - position: fixed; -} .marketplace-settings-button { padding: 12px 12px 8px; border-radius: var(--br-2); @@ -587,4 +581,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 +}