Manual download of attachments with no blurHash

This commit is contained in:
Josh Perez
2021-02-11 20:50:11 -05:00
committed by GitHub
parent ed786898fb
commit 34285054f6
12 changed files with 117 additions and 32 deletions
+7 -1
View File
@@ -5021,11 +5021,17 @@ button.module-conversation-details__action-button {
align-items: center;
display: flex;
justify-content: center;
background-color: $color-gray-75;
border-radius: 48px;
height: 48px;
width: 48px;
@include light-theme {
background-color: $color-gray-65;
}
@include dark-theme {
background-color: $color-gray-75;
}
&:after {
content: '';
height: 17px;