mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Some slight styling tweaks per design spec.
This commit is contained in:
parent
bc09ac757f
commit
74cb027fd7
6 changed files with 20 additions and 8 deletions
|
@ -53,8 +53,8 @@
|
|||
|
||||
.dropdown-menu-item-base {
|
||||
display: flex;
|
||||
padding: 0 0.625rem;
|
||||
column-gap: 0.625rem;
|
||||
padding: 0 0.75rem;
|
||||
column-gap: 0.5rem;
|
||||
font-size: 0.875rem;
|
||||
color: var(--color-gray-100);
|
||||
width: 100%;
|
||||
|
@ -70,7 +70,7 @@
|
|||
align-items: center;
|
||||
height: 2rem;
|
||||
cursor: pointer;
|
||||
border-radius: var(--border-radius-md);
|
||||
border-radius: var(--border-radius-sm);
|
||||
|
||||
@media screen and (min-width: 1921px) {
|
||||
height: 2.25rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue