Avatar styling fix

master
E. Almqvist 3 years ago
parent 5aad900122
commit 68096d5f95
  1. 4
      src/views/stylesheets/style.sass

@ -130,8 +130,9 @@ label.error_msg
img.avatar img.avatar
background: $bg_clr background: $bg_clr
width: 2.15rem width: 2.15rem
height: 2.15rem height: 2.15rem
object-fit: cover
border-radius: 50% border-radius: 50%
border: 2px solid $border_clr border: 2px solid $border_clr
@ -291,6 +292,7 @@ ul.button-container
width: 70% width: 70%
max-width: 12rem max-width: 12rem
height: auto height: auto
aspect-ratio: 1/1
border: 2px solid $gray_clr border: 2px solid $gray_clr
#roles #roles

Loading…
Cancel
Save