Update pfp preview on file uplaod

This commit is contained in:
Michał Gdula 2023-06-23 21:58:31 +00:00
parent 193c7d9d07
commit 5307946ce6
6 changed files with 53 additions and 28 deletions

View file

@ -12,6 +12,7 @@
flex-direction: column
border: 1px solid RGBA($white, 0.1)
box-sizing: content-box
> img
height: 10rem
@ -67,7 +68,11 @@
gap: 0.5rem
> .text-input
margin: 0 !important
margin: 0
> button
margin: 0 0 0 auto
width: auto
@media (max-width: 621px)
.profile-settings
@ -80,3 +85,7 @@
> img
height: 13rem
width: 13rem
.other > button
margin: 0
width: 100%