mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-28 05:43:11 +00:00
Show user only once on top scores
This commit is contained in:
parent
e08b31a430
commit
e1d22d502d
3 changed files with 34 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue