From 170d651650c38c20ea6394b7d484cd3324849e7d Mon Sep 17 00:00:00 2001 From: nekobit Date: Wed, 13 Jul 2022 05:16:33 +0000 Subject: [PATCH] Full size attachments FossilOrigin-Name: d75147c35a2141c51e03f678abe95d4c99657e37e42cd9c8c90e2a0397afcf5e --- dist/treebird.css | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/dist/treebird.css b/dist/treebird.css index cfbff8e..162ac44 100644 --- a/dist/treebird.css +++ b/dist/treebird.css @@ -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,