diff --git a/client/components/document/index.tsx b/client/components/document/index.tsx
index b0b1150..3dca390 100644
--- a/client/components/document/index.tsx
+++ b/client/components/document/index.tsx
@@ -55,7 +55,7 @@ const Document = ({ remove, editable, title, content, setTitle, setContent, init
disabled={!editable}
width={"100%"}
/>
- {remove && editable && } auto height={'36px'} width={'36px'} onClick={() => removeFile(remove)} />}
+ {remove && editable && } auto height={'36px'} width={'36px'} onClick={() => removeFile(remove)} />}
{tab === 'edit' && editable && }
diff --git a/client/components/header/header.module.css b/client/components/header/header.module.css
index a83e98b..23b8e81 100644
--- a/client/components/header/header.module.css
+++ b/client/components/header/header.module.css
@@ -30,10 +30,10 @@
}
}
-.controls {
- flex: 1 1;
- display: flex;
- align-items: center;
+.controls button:active,
+.controls button:focus,
+.controls button:hover {
+ outline: 1px solid rgba(0, 0, 0, 0.2);
}
.wrapper {
diff --git a/client/components/header/index.tsx b/client/components/header/index.tsx
index 4e4a7aa..263891c 100644
--- a/client/components/header/index.tsx
+++ b/client/components/header/index.tsx
@@ -121,8 +121,10 @@ const Header = ({ changeTheme, theme }: DriftProps) => {
{isMobile && expanded && (