Manual download of attachments with no blurHash
This commit is contained in:
parent
ed786898fb
commit
34285054f6
12 changed files with 117 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue