diff --git a/web/css/styles.css b/web/css/styles.css index b8503e9..6bb9e09 100644 --- a/web/css/styles.css +++ b/web/css/styles.css @@ -163,6 +163,17 @@ button.nav { .chatroom-name { font-weight: bold; } + +#replying-to { + max-height: 200px; + overflow-y: scroll; +} + +#replybox { + margin-top: 10px; + border-top: 1px solid var(--clrBorder); +} + .timestamp, .replying-to, .boosted-by { font-size: var(--fsSmall); color: var(--clrTextLight); diff --git a/web/index.html b/web/index.html index db6e12c..1ae4e9d 100644 --- a/web/index.html +++ b/web/index.html @@ -4,7 +4,7 @@ Damus - + @@ -12,7 +12,7 @@ - +