#toolbar {
  .avatar {
    display: flex;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }

  //BACKPORT of https://github.com/plone/volto/pull/7771
  //start
  .toolbar {
    .toolbar-body {
      .button > .icon:not(.button) {
        opacity: 1;
      }
    }
  }
  //end
}
