mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Remove legacy forward modal header CSS
This removes old css that is now handled in `Modal.scss`. This legacy CSS code would force the modal title to be centered (something that isn't the case nowadays) and override the new `Modal.scss` CSS which messed up the X button.
This commit is contained in:
@@ -23,22 +23,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__header {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
@include font-body-1-bold;
|
||||
|
||||
&--edit {
|
||||
border-bottom: 1px solid $color-gray-15;
|
||||
|
||||
@include dark-theme() {
|
||||
border-color: $color-gray-60;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__list-wrapper {
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user