Skip to content

Commit

Permalink
fixup: Adjust to design comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jul 31, 2024
1 parent 28622fa commit 53ccd8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/src/components/AccountMenu/AccountMenuEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ export default {
<style lang="scss" scoped>
.account-menu-entry {
&__icon {
height: 20px;
width: 20px;
margin: calc((var(--default-clickable-area) - 20px) / 2); // 20px icon size
height: 16px;
width: 16px;
margin: calc((var(--default-clickable-area) - 16px) / 2); // 16px icon size
filter: var(--background-invert-if-dark);
&--active {
Expand Down
3 changes: 2 additions & 1 deletion core/src/views/AccountMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ export default defineComponent({
&__list {
display: inline-flex;
flex-direction: column;
gap: var(--default-grid-baseline);
padding-block: var(--default-grid-baseline) 0;
padding-inline: 0 var(--default-grid-baseline);
> :deep(li) {
box-sizing: border-box;
Expand Down

0 comments on commit 53ccd8c

Please sign in to comment.