Skip to content

Commit

Permalink
Remove unused CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Nov 16, 2023
1 parent 7143055 commit f48eec8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions frontend/src/scenes/web-analytics/WebDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { featureFlagLogic } from 'lib/logic/featureFlagLogic'
import { FEATURE_FLAGS } from 'lib/constants'
import clsx from 'clsx'
import { WebAnalyticsHealthCheck } from 'scenes/web-analytics/WebAnalyticsHealthCheck'
import './webAnalytics.scss'

const Filters = (): JSX.Element => {
const { webAnalyticsFilters, dateTo, dateFrom } = useValues(webAnalyticsLogic)
Expand Down Expand Up @@ -153,7 +152,7 @@ const WebQuery = ({ query }: { query: QuerySchema }): JSX.Element => {

export const WebAnalyticsDashboard = (): JSX.Element => {
return (
<div className="WebAnalyticsDashboard w-full flex flex-col pt-2">
<div className="w-full flex flex-col pt-2">
<WebAnalyticsNotice />
<Filters />
<WebAnalyticsHealthCheck />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/scenes/web-analytics/WebTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const WebTabs = ({
<div className={clsx(className, 'flex flex-col')}>
<div className="flex flex-row items-center self-stretch mb-3">
{<h2 className="flex-1 m-0">{activeTab?.title}</h2>}
<div className="flex flex-col items-stretch">
<div className="flex flex-col items-stretch relative">
{tabs.length > 1 && (
// TODO switch to a select if more than 3
<ul className="flex flex-row items-center space-x-2" ref={containerRef}>
Expand Down
6 changes: 0 additions & 6 deletions frontend/src/scenes/web-analytics/webAnalytics.scss

This file was deleted.

0 comments on commit f48eec8

Please sign in to comment.