Context Menu: Minor fixes (#3364)

This commit is contained in:
Alexander Zinchuk 2023-07-05 13:13:49 +02:00
parent d160b2b4cb
commit 0141294082
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
} }
.icon-placeholder { .icon-placeholder {
width: 1.25rem; width: 1.5rem;
} }
} }
} }

View File

@ -1,5 +1,5 @@
.root { .root {
margin: 0.25rem 1rem; margin: 0.25rem 0;
height: 1px; height: 1px;
border-radius: 1px; border-radius: 1px;
background-color: var(--color-interactive-inactive); background-color: var(--color-interactive-inactive);