mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 05:38:12 +00:00
Modernize DeliveryIssueDialog, fix outline clipping in Modal
This commit is contained in:
@@ -78,13 +78,14 @@
|
||||
&__body {
|
||||
@include font-body-1;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
&--has-header {
|
||||
.module-Modal__body {
|
||||
padding: 0 16px 16px 16px;
|
||||
border-top: 1px solid transparent;
|
||||
// If there's a header, just the body scrolls
|
||||
overflow: auto;
|
||||
|
||||
&--scrolled {
|
||||
@include light-theme {
|
||||
@@ -100,6 +101,8 @@
|
||||
|
||||
&--no-header {
|
||||
padding: 16px;
|
||||
// If there's no header, the whole thing scrolls
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
&__button-footer {
|
||||
|
||||
Reference in New Issue
Block a user