forked from AkkomaGang/akkoma-fe
Compare commits
5 commits
7feaa74ae0
...
61bb9b50bc
Author | SHA1 | Date | |
---|---|---|---|
61bb9b50bc | |||
b354ad382c | |||
863d586664 | |||
92e0d885f0 | |||
327195dc55 |
2 changed files with 10 additions and 0 deletions
|
@ -82,4 +82,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.quote-inline,
|
||||||
|
.quote + .link-preview {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -51,6 +51,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.animated {
|
&.animated {
|
||||||
|
|
Loading…
Reference in a new issue