Skip to content

Commit 25d59e8

Browse files
committed
Update CSS variables for improved layout and spacing
1 parent 4f00ccc commit 25d59e8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/globals.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
--titlebar-align-items: center;
2020
--titlebar-justify-content: space-between;
2121

22-
--search-bar-padding: 5px;
22+
--search-bar-padding: 10px;
2323
--search-bar-margin-right: 5px;
2424
--search-bar-margin-bottom: 10px;
2525
--search-bar-border-radius: 8px;
@@ -81,7 +81,8 @@
8181
--button-color: var(--color-text);
8282
--button-border-color: var(--color-border);
8383
--button-border-radius: 5px;
84-
--button-padding: 5px;
84+
--titlebar-button-padding: 6px;
85+
--button-padding: 6px;
8586
--button-padding-2: 4.2px;
8687

8788
--editor-bg-color: var(--color-bg-darker-alpha);
@@ -281,7 +282,7 @@ body {
281282
list-style-type: none;
282283
padding: var(--note-list-padding);
283284
margin: 0;
284-
height: calc(100% - 70px);
285+
height: calc(100% - 80px);
285286
overflow-y: auto;
286287
}
287288

@@ -342,7 +343,7 @@ body {
342343
}
343344

344345
.titlebar-actions .button{
345-
padding: var(--button-padding-2);
346+
padding: var(--titlebar-button-padding);
346347
margin-right: var(--note-actions-button-margin-right);
347348
background-color: var(--button-bg-color);
348349
color: var(--button-color);

0 commit comments

Comments
 (0)