mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Adds an edit message entry point in message details screen
This commit is contained in:
@@ -3,7 +3,16 @@
|
||||
|
||||
.EditHistoryMessagesModal {
|
||||
&__divider {
|
||||
border-style: solid;
|
||||
margin-block: 24px;
|
||||
|
||||
@include light-theme {
|
||||
border-color: $color-gray-15;
|
||||
}
|
||||
|
||||
@include dark-theme {
|
||||
border-color: $color-gray-75;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
|
||||
Reference in New Issue
Block a user