mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Remove padding from nested modal footer
This commit is contained in:
@@ -139,6 +139,11 @@
|
||||
&--padded {
|
||||
.module-Modal__body {
|
||||
padding: 16px;
|
||||
|
||||
// ProfileEditor nests footer within the Modal's body
|
||||
.module-Modal__button-footer {
|
||||
padding: 1em 0 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user