Skip to content

Commit

Permalink
Adjust height of the marine conservation modelling button over the map
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Feb 14, 2024
1 parent 13ab9bd commit af17f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/containers/map/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const MapSidebar: React.FC = () => {
type="button"
variant="white"
className={cn(
'absolute top-0 z-10 flex h-12 items-center space-x-2 border-l-0 border-t-0 px-6 py-3 font-mono text-xs',
'absolute top-0 z-10 flex h-10 items-center space-x-2 border-l-0 border-t-0 px-6 py-3 font-mono text-xs',
{
'hidden md:flex': true,
'left-0': !isSidebarOpen,
Expand Down

0 comments on commit af17f2c

Please sign in to comment.