Allow preview of thread images

This commit is contained in:
N Pex 2023-08-07 15:47:52 +00:00
parent e43b08dc64
commit 0ff2884429
5 changed files with 95 additions and 38 deletions

View file

@ -1531,4 +1531,18 @@ body {
right: 20px;
bottom: 20px;
position: absolute;
}
.download-all-button {
font-family: "Inter", sans-serif;
font-weight: 700;
font-size: 11.54 * $chat-text-size;
line-height: 140%;
color: white !important;
background-color: #4642f1 !important;
border-radius: $small-button-height / 2;
min-height: 0;
height: $small-button-height !important;
margin-top: $chat-standard-padding-xs;
margin-bottom: $chat-standard-padding-xs;
}