Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix vertical alignment of user status icon
Now it is properly centered even if the font size is bigger (when using
the dislexia font)

Signed-off-by: Carl Schwan <[email protected]>
  • Loading branch information
CarlSchwan committed Oct 17, 2022
commit 7d35e2223b9f48c939242212fea86e135ca80270
1 change: 1 addition & 0 deletions apps/user_status/src/UserStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ export default {
margin-right: 10px;
opacity: 1 !important;
background-size: 16px;
vertical-align: middle;
}

// In dashboard
Expand Down
Loading