mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
[Glitch] Update outer spacing of new profile page
Port dad7f0e869 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
|
||||
.barWrapper {
|
||||
border-bottom: none;
|
||||
padding-inline: 24px;
|
||||
|
||||
@container (width < 500px) {
|
||||
padding-inline: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.avatarWrapper {
|
||||
@@ -125,7 +130,7 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
|
||||
position: sticky;
|
||||
bottom: var(--mobile-bottom-nav-height);
|
||||
padding: 12px 16px;
|
||||
margin: 0 -20px;
|
||||
margin: 0 -16px;
|
||||
|
||||
@container (width >= #{$button-breakpoint}) {
|
||||
display: none;
|
||||
@@ -388,7 +393,7 @@ svg.badgeIcon {
|
||||
padding: 0 24px;
|
||||
|
||||
@container (width < 500px) {
|
||||
padding: 0 12px;
|
||||
padding: 0 16px;
|
||||
|
||||
a {
|
||||
flex: 1 1 0px;
|
||||
|
||||
Reference in New Issue
Block a user