[Glitch] Profile editing: Minor size fixes

Port a8c08dfeb3c997a66923c6aad18e109c288fa85d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo 2026-03-27 13:57:46 +01:00 committed by Claire
parent e8b0d43921
commit 9dfacc21f8

View File

@ -13,7 +13,6 @@
> img {
object-fit: cover;
object-position: top center;
width: 100%;
height: 100%;
}
@ -26,7 +25,7 @@
.avatar {
margin-top: -64px;
margin-left: 18px;
margin-left: 22px;
position: relative;
width: 82px;
@ -251,7 +250,7 @@
// Section component
.section {
padding: 20px;
padding: 24px;
border-bottom: 1px solid var(--color-border-primary);
font-size: 15px;
}