fix feed max width (images are 400px)

This commit is contained in:
2019-02-03 14:44:20 +01:00
parent bfd3531362
commit 471d771972
4 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -110,6 +110,7 @@
top: 0;
bottom: 0;
width: calc(30% - 1em);
max-width: calc(400px + 3em);
z-index: 999;
input, textarea, button {