Show user only once on top scores

This commit is contained in:
Michał Gdula 2023-06-22 20:45:16 +00:00
parent e08b31a430
commit e1d22d502d
3 changed files with 34 additions and 7 deletions

View file

@ -5,15 +5,15 @@
.picture
margin: 0
width: 13rem
width: 10rem
position: relative
display: flex
flex-direction: column
> img
height: 13rem
width: 13rem
height: 10rem
width: 10rem
object-fit: cover
@ -65,3 +65,15 @@
flex-direction: column
justify-content: flex-start
gap: 0.5rem
@media (max-width: 621px)
.profile-settings
flex-direction: column
gap: 1rem
.picture
margin: 0 auto
width: 13rem
> img
height: 13rem
width: 13rem