Fix follow link style in embeds (#25965)
This commit is contained in:
parent
ba0649f042
commit
5a3f174d56
2 changed files with 13 additions and 1 deletions
|
@ -77,6 +77,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.button.logo-button svg {
|
||||
width: 20px;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
margin-inline-end: 5px;
|
||||
fill: $primary-text-color;
|
||||
|
||||
@media screen and (max-width: $no-gap-breakpoint) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.embed {
|
||||
.status__content[data-spoiler='folded'] {
|
||||
.e-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue