Skip to content

Commit 8d8ec30

Browse files
SDA-4732: Justify changes according to design adjustment (#2314)
1 parent bab5965 commit 8d8ec30

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/renderer/components/call-notification.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,11 @@ export default class CallNotification extends React.Component<
461461
);
462462
}
463463

464-
if (!imageUrl || isFederatedEnabled) {
464+
if (
465+
!imageUrl ||
466+
isFederatedEnabled ||
467+
url.includes('/avatars/static/150/default.png')
468+
) {
465469
return (
466470
<div className='logo'>
467471
<div

src/renderer/styles/call-notification.less

+1
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ text {
306306
}
307307

308308
&:focus-visible {
309+
outline-offset: 2px;
309310
outline: 2px solid @blue-40;
310311
}
311312

0 commit comments

Comments
 (0)