Compare commits

...

1 Commits

Author SHA1 Message Date
Awais Ansari
1fbc755957 fix: learning header constant height 2023-07-25 16:17:57 +05:00
2 changed files with 17 additions and 20 deletions

View File

@@ -24,8 +24,7 @@ const CourseTabsNavigation = ({
}, [courseId]); }, [courseId]);
return ( return (
<div id="courseTabsNavigation" className={classNames('course-tabs-navigation', className)}> <div id="courseTabsNavigation" className={classNames('course-tabs-navigation px-4', className)}>
<div className="container-xl">
{!!tabs.length && ( {!!tabs.length && (
<Tabs <Tabs
className="nav-underline-tabs" className="nav-underline-tabs"
@@ -43,7 +42,6 @@ const CourseTabsNavigation = ({
</Tabs> </Tabs>
)} )}
</div> </div>
</div>
); );
}; };

View File

@@ -280,7 +280,6 @@ header {
line-height: 28px; line-height: 28px;
font-family: Inter, Helvetica Neue, Arial, sans-serif; font-family: Inter, Helvetica Neue, Arial, sans-serif;
font-size: 18px !important; font-size: 18px !important;
height: 60px !important;
.user-dropdown { .user-dropdown {
button { button {