diff --git a/apps/client/src/layouts/desktop_layout.tsx b/apps/client/src/layouts/desktop_layout.tsx
index 8cef9fe2a..41a6bb68f 100644
--- a/apps/client/src/layouts/desktop_layout.tsx
+++ b/apps/client/src/layouts/desktop_layout.tsx
@@ -142,7 +142,6 @@ export default class DesktopLayout {
.css("height", "50px")
.css("min-height", "50px")
.css("align-items", "center")
- .cssBlock(".title-row > * { margin: 5px; }")
.child()
.child()
)
diff --git a/apps/client/src/widgets/note_icon.css b/apps/client/src/widgets/note_icon.css
index a3be50dc6..2163de8e5 100644
--- a/apps/client/src/widgets/note_icon.css
+++ b/apps/client/src/widgets/note_icon.css
@@ -1,5 +1,5 @@
.note-icon-widget {
- padding-inline-start: 7px;
+ padding-inline-start: 10px;
margin-inline-end: 0;
width: 50px;
height: 50px;
@@ -13,7 +13,7 @@
cursor: pointer;
color: var(--muted-text-color);
}
-
+
.note-icon-widget button.note-icon:disabled {
cursor: default;
opacity: .75;
@@ -68,4 +68,4 @@
border: 1px dashed var(--muted-text-color);
width: 1em;
height: 1em;
-}
\ No newline at end of file
+}