mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Profile editing: Minor size fixes (#38446)
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
> img {
|
> img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: top center;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
@@ -26,7 +25,7 @@
|
|||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
margin-top: -64px;
|
margin-top: -64px;
|
||||||
margin-left: 18px;
|
margin-left: 22px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 82px;
|
width: 82px;
|
||||||
|
|
||||||
@@ -251,7 +250,7 @@
|
|||||||
// Section component
|
// Section component
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
padding: 20px;
|
padding: 24px;
|
||||||
border-bottom: 1px solid var(--color-border-primary);
|
border-bottom: 1px solid var(--color-border-primary);
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user