Skip to content

Commit

Permalink
library styling
Browse files Browse the repository at this point in the history
  • Loading branch information
zsviczian committed Sep 28, 2024
1 parent adab31d commit cc2be97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/excalidraw/components/LibraryMenuItems.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
position: relative;

& > div {
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-left: 12px; //zsviczian Obsidian Zoom 0.75rem;
padding-right: 12px; //zsviczian Obsidian Zoom 0.75rem;
}

&__row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
gap: 16px; //zsviczian Obsidian Zoom 1rem;
}

&__items {
Expand Down

0 comments on commit cc2be97

Please sign in to comment.