Use gap instead of individual paddings for header icons

(cherry picked from commit 9f2a1d048b)
This commit is contained in:
Alexandre Vryghem
2023-09-26 11:50:29 +02:00
committed by github-actions[bot]
parent 7dd9156375
commit d6de6fee6c
15 changed files with 97 additions and 34 deletions

View File

@@ -55,7 +55,7 @@ export const slideSidebarPadding = trigger('slideSidebarPadding', [
export const expandSearchInput = trigger('toggleAnimation', [
state('collapsed', style({
width: '30px',
width: '0',
opacity: '0'
})),
state('expanded', style({