6,558
edits
No edit summary |
No edit summary |
||
| Line 1,098: | Line 1,098: | ||
.tweet-header { | .tweet-header { | ||
display: flex; | display: flex; | ||
gap: | gap: 0.75rem; | ||
margin: 0 0 | margin: 0 0 0.5rem; | ||
} | } | ||
.tweet-header-image | .tweet-header-image p { | ||
margin: 0; | margin: 0; | ||
} | } | ||
| Line 1,112: | Line 1,111: | ||
width: 48px !important; | width: 48px !important; | ||
height: 48px !important; | height: 48px !important; | ||
} | |||
.tweet-header-name { | |||
display: flex; | |||
flex-direction: column; | |||
gap: 0.5em; | |||
} | } | ||