Minor adjustments to "Join" button
This commit is contained in:
parent
afae6bc267
commit
718832a47c
2 changed files with 4 additions and 2 deletions
|
@ -56,4 +56,5 @@
|
||||||
window.ConversationController.isSignalConversation = () => false;
|
window.ConversationController.isSignalConversation = () => false;
|
||||||
window.ConversationController.onConvoMessageMount = noop;
|
window.ConversationController.onConvoMessageMount = noop;
|
||||||
window.getPreferredSystemLocales = () => ['en'];
|
window.getPreferredSystemLocales = () => ['en'];
|
||||||
|
window.getResolvedMessagesLocaleDirection = () => 'ltr';
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -298,11 +298,12 @@
|
||||||
outline: none;
|
outline: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-block: 5px;
|
padding-block: 5px;
|
||||||
padding-inline: 18px;
|
padding-inline: 10px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
height: 28px;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
$icon-size: 16px;
|
$icon-size: 16px;
|
||||||
|
@ -314,7 +315,7 @@
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
height: $icon-size;
|
height: $icon-size;
|
||||||
margin-inline-end: 5px;
|
margin-inline-end: 4px;
|
||||||
min-width: $icon-size;
|
min-width: $icon-size;
|
||||||
width: $icon-size;
|
width: $icon-size;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue