mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Note to Self
This commit is contained in:
@@ -1348,7 +1348,7 @@
|
||||
}
|
||||
|
||||
.module-conversation-header__title {
|
||||
margin-left: 8px;
|
||||
margin-left: 6px;
|
||||
|
||||
min-width: 0;
|
||||
font-size: 16px;
|
||||
@@ -1356,8 +1356,8 @@
|
||||
font-weight: 300;
|
||||
color: $color-gray-90;
|
||||
|
||||
// width of avatar (28px) and our 8px left margin
|
||||
max-width: calc(100% - 36px);
|
||||
// width of avatar (28px) and our 6px left margin
|
||||
max-width: calc(100% - 34px);
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -2036,6 +2036,12 @@
|
||||
width: 42px;
|
||||
}
|
||||
|
||||
.module-avatar__icon--note-to-self {
|
||||
width: 70%;
|
||||
height: 70%;
|
||||
@include color-svg('../images/note-28.svg', $color-white);
|
||||
}
|
||||
|
||||
.module-avatar--no-image {
|
||||
background-color: $color-conversation-grey;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user