reduced width of quick actions and fixed pin icon

This commit is contained in:
Henry Jameson 2025-01-27 13:30:04 +02:00
commit 8be36ae07b
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@
/* stylelint-disable declaration-no-important */
.quick-action {
justify-content: space-between;
display: flex;
align-items: baseline;
align-items: center;
height: 1.5em;
@ -35,6 +37,7 @@
border-radius: var(--roundness);
grid-template-columns: minmax(max-content, 1fr) auto;
.chevron-icon,
.extra-button,
.separator {
display: none;