Skip to content

Commit

Permalink
Minor adjustments to "Join" button
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed May 22, 2023
1 parent afae6bc commit 718832a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .storybook/preview-head.html
Expand Up @@ -56,4 +56,5 @@
window.ConversationController.isSignalConversation = () => false;
window.ConversationController.onConvoMessageMount = noop;
window.getPreferredSystemLocales = () => ['en'];
window.getResolvedMessagesLocaleDirection = () => 'ltr';
</script>
5 changes: 3 additions & 2 deletions stylesheets/components/ConversationHeader.scss
Expand Up @@ -298,11 +298,12 @@
outline: none;
overflow: hidden;
padding-block: 5px;
padding-inline: 18px;
padding-inline: 10px;
text-overflow: ellipsis;
white-space: nowrap;
user-select: none;
width: auto;
height: 28px;

&:before {
$icon-size: 16px;
Expand All @@ -314,7 +315,7 @@
content: '';
display: block;
height: $icon-size;
margin-inline-end: 5px;
margin-inline-end: 4px;
min-width: $icon-size;
width: $icon-size;
}
Expand Down

0 comments on commit 718832a

Please sign in to comment.