mirror of
https://github.com/mastodon/mastodon.git
synced 2026-05-06 13:28:54 -05:00
Fixes minor profile visual glitches (#38870)
This commit is contained in:
parent
59f3d8a993
commit
d63ca75422
|
|
@ -112,7 +112,6 @@ const AccountNameHelp: FC<{
|
|||
aria-controls={accessibilityId}
|
||||
>
|
||||
{handle}
|
||||
|
||||
<Icon
|
||||
id='help'
|
||||
icon={HelpIcon}
|
||||
|
|
|
|||
|
|
@ -46,13 +46,14 @@
|
|||
gap: 2px;
|
||||
padding: 0;
|
||||
margin-top: 4px;
|
||||
align-items: center;
|
||||
appearance: none;
|
||||
background: none;
|
||||
border: none;
|
||||
color: var(--color-text-secondary);
|
||||
font-size: 13px;
|
||||
transition: color 0.2s ease-in-out;
|
||||
word-break: break-all;
|
||||
text-align: left;
|
||||
|
||||
> svg {
|
||||
width: 16px;
|
||||
|
|
@ -199,6 +200,9 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
|
|||
|
||||
.noteContent {
|
||||
white-space-collapse: preserve-breaks;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-all;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.noteEditButton {
|
||||
|
|
@ -271,10 +275,7 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
|
|||
|
||||
&.fieldItem {
|
||||
border-color: var(--color-border-success-soft);
|
||||
}
|
||||
|
||||
dt {
|
||||
padding-right: 24px;
|
||||
padding-right: 32px; // 8px padding + 16px for the icon + 8px gap
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user