mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Invert pending/sent model
This commit is contained in:
@@ -194,9 +194,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.outgoing.pending .bubble {
|
||||
.outgoing .bubble {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.outgoing.sent .bubble {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
.incoming {
|
||||
.bubble {
|
||||
|
||||
Reference in New Issue
Block a user