From 98c90a6dcf318461db492596f2d26bfad507151a Mon Sep 17 00:00:00 2001 From: WlodekM Date: Sun, 1 Dec 2024 11:50:38 +0200 Subject: update bossdeer reference client --- BossDeer.html | 191 +++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 157 insertions(+), 34 deletions(-) (limited to 'BossDeer.html') diff --git a/BossDeer.html b/BossDeer.html index e8b3a95..7c4a44b 100644 --- a/BossDeer.html +++ b/BossDeer.html @@ -49,6 +49,9 @@ text-decoration: underline; cursor: pointer; } + .clickable { + cursor: pointer; + } .hidden { display: none; } @@ -57,6 +60,8 @@ padding: 6px; border-radius: 4px; margin-bottom: 8px; + word-break: break-word; + overflow-wrap: break-word; } .mono { font-family: monospace; @@ -83,7 +88,10 @@ .attachment { margin-left:4px; margin-right:4px; - max-height:15vw; + max-height:25vw; + max-width:25vw; + width:auto; + height:auto; } .rl-guidelines { background-color: #999085; @@ -95,6 +103,10 @@ margin: 4px; width: 90vw; } + .reply { + color: #c2baac; + font-style: italic; + } @@ -102,46 +114,72 @@
-
-
+ - - +