mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-27 07:24:40 -05:00
Update block dialog copy to include quotes & collections (#38897)
This commit is contained in:
@@ -6489,14 +6489,16 @@ a.status-card {
|
||||
&__bullet-points {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
gap: 16px;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
|
||||
& > li,
|
||||
& > div {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
align-items: center;
|
||||
align-items: start;
|
||||
text-wrap: pretty;
|
||||
|
||||
strong {
|
||||
font-weight: 700;
|
||||
@@ -6509,7 +6511,7 @@ a.status-card {
|
||||
|
||||
&__icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
height: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user