Show dialog for permanently undownloadable attachments

This commit is contained in:
ayumi-signal
2025-02-11 13:47:54 -08:00
committed by GitHub
parent 9859383b1d
commit c235cdf58b
32 changed files with 734 additions and 55 deletions

View File

@@ -0,0 +1,22 @@
// Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
@use '../mixins';
@use '../variables';
.AttachmentNotAvailableModal__width-container {
max-width: 440px;
}
.AttachmentNotAvailableModal .AttachmentNotAvailableModal__headerTitle {
padding-block-end: 5px;
}
.AttachmentNotAvailableModal__body {
padding-block: 16px 0;
padding-inline: 16px;
}
.AttachmentNotAvailableModal .module-Button {
padding-inline: 24px;
}