Skip to content
Snippets Groups Projects
Commit acde0b31 authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

Changes inside status html: restrict image/video sizes, make blockquotes waste less space.

parent fb8b625d
Branches
No related tags found
No related merge requests found
......@@ -185,6 +185,15 @@
.status-content {
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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment