forked from mirrors/treebird
Full size attachments
FossilOrigin-Name: d75147c35a2141c51e03f678abe95d4c99657e37e42cd9c8c90e2a0397afcf5e
This commit is contained in:
parent
e3b0eebe7d
commit
170d651650
1 changed files with 11 additions and 10 deletions
21
dist/treebird.css
vendored
21
dist/treebird.css
vendored
|
@ -1694,18 +1694,17 @@ input[type=radio].hidden:not(:checked) + .emoji-picker-emojos
|
|||
}
|
||||
|
||||
/* Attachments */
|
||||
/* .attachments img */
|
||||
/* { */
|
||||
/* display: block; */
|
||||
/* width: 487px; */
|
||||
/* min-height: 700px; */
|
||||
/* } */
|
||||
.attachments img,
|
||||
.attachments video
|
||||
{
|
||||
display: block;
|
||||
width: 482px;
|
||||
max-height: 700px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.attachments
|
||||
{
|
||||
display: block;
|
||||
width: 487px;
|
||||
min-height: 700px;
|
||||
margin: 10px 0 3px 0;
|
||||
}
|
||||
|
||||
|
@ -1730,7 +1729,9 @@ input[type=radio].hidden:not(:checked) + .emoji-picker-emojos
|
|||
.attachment-link
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
font-size: 17px;
|
||||
color: #303030;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
.sensitive.attachment-link::after,
|
||||
|
|
Loading…
Reference in a new issue