styled user info

This commit is contained in:
Václav Šmejkal 2024-05-22 18:45:53 +02:00
parent b302d50a4e
commit 497ed6e093
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -109,3 +109,22 @@ img:hover
color: #C1BFBE; color: #C1BFBE;
border-radius: 0.3vh 0.3vh; border-radius: 0.3vh 0.3vh;
} }
#info_pane
{
position: relative;
width: fit-content;
height: auto;
margin: 0 auto;
padding: 5vh;
border: solid 1px #3E392F;
border-radius: 0.5vh 0.5vh;
background: #6F7270;
}
#save_btn
{
margin-top: 2vh;
}