File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919 --titlebar-align-items : center;
2020 --titlebar-justify-content : space-between;
2121
22- --search-bar-padding : 5 px ;
22+ --search-bar-padding : 10 px ;
2323 --search-bar-margin-right : 5px ;
2424 --search-bar-margin-bottom : 10px ;
2525 --search-bar-border-radius : 8px ;
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% - 70 px );
285+ height : calc (100% - 80 px );
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 );
You can’t perform that action at this time.
0 commit comments