Skip to content

Commit

Permalink
Merge pull request #2006 from nextcloud/backport/1999/stable3
Browse files Browse the repository at this point in the history
[stable3] Fix alignment of loading spinner in avatar menu
  • Loading branch information
PVince81 authored Jun 7, 2021
2 parents 93a7918 + 6945a3d commit 10179e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Avatar/Avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,9 @@ export default {
top: 0;
left: 0;
}
.icon-more {
.icon-more, .icon-loading {
display: flex;
cursor: pointer;
opacity: 0;
background: none;
font-size: 18px;
align-items: center;
Expand All @@ -638,6 +637,9 @@ export default {
display: block;
}
}
.icon-more {
opacity: 0;
}
&:focus,
&:hover {
.icon-more {
Expand Down

0 comments on commit 10179e5

Please sign in to comment.