diff --git a/net/web/src/session/Session.jsx b/net/web/src/session/Session.jsx
index f14e6a7e..95ccb77e 100644
--- a/net/web/src/session/Session.jsx
+++ b/net/web/src/session/Session.jsx
@@ -210,7 +210,7 @@ export function Session() {
{ state.cards && (
-
@@ -263,7 +263,7 @@ export function Session() {
{ state.cards && (
)}
-
diff --git a/net/web/src/session/Session.styled.js b/net/web/src/session/Session.styled.js
index 184273e2..4f06a29f 100644
--- a/net/web/src/session/Session.styled.js
+++ b/net/web/src/session/Session.styled.js
@@ -185,8 +185,8 @@ export const SessionWrapper = styled.div`
}
.right {
min-width: 256px;
- max-width: 384px;
- width: 20%;
+ max-width: 400px;
+ width: 24%;
height: 100%;
display: flex;
flex-direction: column;
diff --git a/net/web/src/session/cards/Cards.jsx b/net/web/src/session/cards/Cards.jsx
index e2a6a962..21cd4dde 100644
--- a/net/web/src/session/cards/Cards.jsx
+++ b/net/web/src/session/cards/Cards.jsx
@@ -1,6 +1,6 @@
import { Input, Modal, List, Button } from 'antd';
import { CardsWrapper } from './Cards.styled';
-import { SortAscendingOutlined, UpOutlined, DoubleRightOutlined, UserOutlined, SearchOutlined } from '@ant-design/icons';
+import { SortAscendingOutlined, UpOutlined, RightOutlined, UserOutlined, SearchOutlined } from '@ant-design/icons';
import { useCards } from './useCards.hook';
import { CardItem } from './cardItem/CardItem';
@@ -56,15 +56,13 @@ export function Cards({ closeCards, openContact, openChannel, openListing }) {
}
spellCheck="false" onChange={(e) => actions.onFilter(e.target.value)} />
- { state.display === 'small' && (
-
- } onClick={openListing}>Add
-
- )}
+
+ } onClick={openListing}>Add
+
{ state.display !== 'small' && (
)}
@@ -82,15 +80,7 @@ export function Cards({ closeCards, openContact, openChannel, openListing }) {
No Contacts
)}
- { state.display !== 'small' && (
-
- )}
-
+
);
}
diff --git a/net/web/src/session/listing/Listing.jsx b/net/web/src/session/listing/Listing.jsx
index 4894eabb..96437e93 100644
--- a/net/web/src/session/listing/Listing.jsx
+++ b/net/web/src/session/listing/Listing.jsx
@@ -1,6 +1,6 @@
import { Modal, Button, Input, List } from 'antd';
import { ListingWrapper } from './Listing.styled';
-import { UserOutlined, FilterOutlined, DownOutlined, CloseOutlined, DatabaseOutlined, SearchOutlined } from '@ant-design/icons';
+import { UserOutlined, FilterOutlined, RightOutlined, CloseOutlined, DatabaseOutlined, SearchOutlined } from '@ant-design/icons';
import { useListing } from './useListing.hook';
import { ListingItem } from './listingItem/ListingItem';
@@ -56,7 +56,7 @@ export function Listing({ closeListing, openContact }) {
{ state.display !== 'small' && (
- } onClick={closeListing}>
+ } onClick={closeListing}>
)}
{ state.display === 'small' && (
} onClick={closeListing}>