chore: Add click interaction for conversation list (#1460)
This commit is contained in:
committed by
GitHub
parent
bb31b21060
commit
d51c5d5768
@@ -1,3 +1,5 @@
|
||||
$resolve-button-width: 13.2rem;
|
||||
|
||||
// Conversation header - Light BG
|
||||
.conv-header {
|
||||
@include padding($space-small $space-normal);
|
||||
@@ -71,7 +73,7 @@
|
||||
.button.resolve--button {
|
||||
@include flex-align($x: center, $y: middle);
|
||||
|
||||
width: 13.2rem;
|
||||
width: $resolve-button-width;
|
||||
|
||||
>.icon {
|
||||
font-size: $font-size-default;
|
||||
|
||||
Reference in New Issue
Block a user