diff --git a/frontend/app/components/Session_/EventsBlock/Event.tsx b/frontend/app/components/Session_/EventsBlock/Event.tsx index 21e502863..5cfd6a8e9 100644 --- a/frontend/app/components/Session_/EventsBlock/Event.tsx +++ b/frontend/app/components/Session_/EventsBlock/Event.tsx @@ -177,7 +177,7 @@ const Event: React.FC = ({ [cls.frustration]: isFrustration, [cls.highlight]: presentInSearch, [cls.lastInGroup]: whiteBg, - ['mx-4 rounded']: event.type !== TYPES.LOCATION + ['pl-6 ml-4 py-2 border-l']: event.type !== TYPES.LOCATION })} onClick={onClick} onContextMenu={onContextMenu} diff --git a/frontend/app/components/Session_/EventsBlock/EventGroupWrapper.js b/frontend/app/components/Session_/EventsBlock/EventGroupWrapper.js index b75c9bcd7..cff9c8778 100644 --- a/frontend/app/components/Session_/EventsBlock/EventGroupWrapper.js +++ b/frontend/app/components/Session_/EventsBlock/EventGroupWrapper.js @@ -72,12 +72,12 @@ class EventGroupWrapper extends React.Component {
{isFirst && isLocation && event.referrer && ( @@ -124,7 +124,7 @@ class EventGroupWrapper extends React.Component { /> )}
- {(isLastInGroup && !isTabChange) &&
} + {(isLastInGroup && !isTabChange) &&
} ); } @@ -137,7 +137,7 @@ function TabChange({ from, to, activeUrl, onClick }) { return (
@@ -148,7 +148,7 @@ function TabChange({ from, to, activeUrl, onClick }) { {to}
-
+
{activeUrl}
diff --git a/frontend/app/components/Session_/EventsBlock/event.module.css b/frontend/app/components/Session_/EventsBlock/event.module.css index 76d9d9e44..5983cf6fb 100644 --- a/frontend/app/components/Session_/EventsBlock/event.module.css +++ b/frontend/app/components/Session_/EventsBlock/event.module.css @@ -29,7 +29,7 @@ & .topBlock { min-height: 30px; position: relative; - padding: 8px 10px; + padding: 8px 0px; } & .checkbox {