mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Show dialog for permanently undownloadable attachments
This commit is contained in:
22
stylesheets/components/AttachmentNotAvailableModal.scss
Normal file
22
stylesheets/components/AttachmentNotAvailableModal.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user