mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Use gap instead of individual paddings for header icons
(cherry picked from commit 9f2a1d048b
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
7dd9156375
commit
d6de6fee6c
@@ -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({
|
||||
|
Reference in New Issue
Block a user