mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
New left pane search design
This commit is contained in:
@@ -2660,14 +2660,19 @@ button.ConversationDetails__action-button {
|
||||
height: calc(#{$header-height} + var(--title-bar-drag-area-height));
|
||||
width: 100%;
|
||||
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
padding-top: var(--title-bar-drag-area-height);
|
||||
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
.module-left-pane--width-narrow & {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
& > * {
|
||||
margin-right: 12px;
|
||||
|
||||
@@ -2681,6 +2686,10 @@ button.ConversationDetails__action-button {
|
||||
|
||||
&--container {
|
||||
position: relative;
|
||||
|
||||
.module-left-pane--width-narrow & {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&--badged {
|
||||
@@ -2693,14 +2702,10 @@ button.ConversationDetails__action-button {
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.module-left-pane--width-narrow & {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__compose-icon {
|
||||
$icon: '../images/icons/v2/compose-outline-24.svg';
|
||||
$icon: '../images/icons/v2/compose-24.svg';
|
||||
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
||||
Reference in New Issue
Block a user