forked from AkkomaGang/akkoma-fe
Changes inside status html: restrict image/video sizes, make blockquotes waste less space.
This commit is contained in:
parent
fb8b625d9a
commit
acde0b316c
1 changed files with 9 additions and 0 deletions
|
@ -185,6 +185,15 @@
|
||||||
|
|
||||||
.status-content {
|
.status-content {
|
||||||
margin: 3px 15px 4px 0;
|
margin: 3px 15px 4px 0;
|
||||||
|
img, video {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
margin: 0.2em 0 0.2em 2em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in a new issue