Skip to content

Commit

Permalink
fix: negative margin on logo (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrtsky committed Feb 4, 2023
1 parent ba727f2 commit 858fb34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion components/app/AppHeader.vue
Expand Up @@ -81,7 +81,6 @@ css({
flex: 'none',
'&.left': {
gridColumn: 'span 4 / span 4',
marginLeft: 'calc(0px - {space.4})',
'@lg': {
marginLeft: 0
},
Expand Down
5 changes: 1 addition & 4 deletions components/app/AppHeaderDialog.vue
Expand Up @@ -47,7 +47,7 @@ css({
position: 'relative',
zIndex: '10',
display: 'flex',
padding: '{space.4}',
padding: '{space.4} {space.4} {space.4} 0',
'@lg': {
display: 'none'
},
Expand Down Expand Up @@ -77,9 +77,6 @@ css({
'@lg': {
display: 'none'
},
'.wrapper': {
marginLeft: 'calc(0px - {space.4})',
},
'.icons': {
overflow: 'auto'
},
Expand Down

0 comments on commit 858fb34

Please sign in to comment.