From 3ee74e2a04cd92b947bc3fa069cc09af840880d1 Mon Sep 17 00:00:00 2001 From: Bill Date: Mon, 21 Feb 2022 01:55:40 -0500 Subject: [PATCH] Update styles --- src/components/catalog/CatalogView.scss | 1 - .../catalog/views/navigation/CatalogNavigationView.tsx | 2 +- src/views/chat-history/ChatHistoryView.scss | 1 - src/views/chat-history/ChatHistoryView.tsx | 2 +- src/views/room/widgets/chat-input/ChatInputView.scss | 4 ++-- src/views/room/widgets/infostand/InfoStandWidgetView.scss | 2 +- 6 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/catalog/CatalogView.scss b/src/components/catalog/CatalogView.scss index e95ec83b..039460be 100644 --- a/src/components/catalog/CatalogView.scss +++ b/src/components/catalog/CatalogView.scss @@ -44,7 +44,6 @@ } .nitro-catalog-navigation-grid-container { - border-radius: 0.25rem; border-color: #B6BEC5 !important; background-color: #CDD3D9; border: 2px solid; diff --git a/src/components/catalog/views/navigation/CatalogNavigationView.tsx b/src/components/catalog/views/navigation/CatalogNavigationView.tsx index 685f2d73..7f8ef439 100644 --- a/src/components/catalog/views/navigation/CatalogNavigationView.tsx +++ b/src/components/catalog/views/navigation/CatalogNavigationView.tsx @@ -20,7 +20,7 @@ export const CatalogNavigationView: FC = props => return ( <> - + { searchResult && (searchResult.filteredNodes.length > 0) && searchResult.filteredNodes.map((n, index) => { diff --git a/src/views/chat-history/ChatHistoryView.scss b/src/views/chat-history/ChatHistoryView.scss index 84bafc9f..00f046ae 100644 --- a/src/views/chat-history/ChatHistoryView.scss +++ b/src/views/chat-history/ChatHistoryView.scss @@ -4,7 +4,6 @@ background-color: #1C323F; border: 2px solid rgba(255, 255, 255, 0.5); - border-radius: 0.25rem; .nitro-card-header-container { background-color: #3d5f6e; diff --git a/src/views/chat-history/ChatHistoryView.tsx b/src/views/chat-history/ChatHistoryView.tsx index acb432ea..f4528732 100644 --- a/src/views/chat-history/ChatHistoryView.tsx +++ b/src/views/chat-history/ChatHistoryView.tsx @@ -135,7 +135,7 @@ export const ChatHistoryView: FC<{}> = props => {isVisible && - + setIsVisible(false) } theme={'dark'}/>
diff --git a/src/views/room/widgets/chat-input/ChatInputView.scss b/src/views/room/widgets/chat-input/ChatInputView.scss index 650a2e73..734dbcd2 100644 --- a/src/views/room/widgets/chat-input/ChatInputView.scss +++ b/src/views/room/widgets/chat-input/ChatInputView.scss @@ -4,7 +4,7 @@ align-items: center; position: relative; height: 40px; - border-radius: 8px; + border-radius: $border-radius; border: 2px solid rgb(0, 0, 0); background: #EDEDED; padding-right: 10px; @@ -23,7 +23,7 @@ position: absolute; width: 98%; height: 5px; - border-radius: 8px; + border-radius: $border-radius; top: 1px; left: 0; right: 0; diff --git a/src/views/room/widgets/infostand/InfoStandWidgetView.scss b/src/views/room/widgets/infostand/InfoStandWidgetView.scss index 404b6a93..53ad09d5 100644 --- a/src/views/room/widgets/infostand/InfoStandWidgetView.scss +++ b/src/views/room/widgets/infostand/InfoStandWidgetView.scss @@ -27,7 +27,7 @@ background-color: rgba($light-dark, 1); width: 100%; max-width: 68px; - border-radius: 3px; + border-radius: $border-radius; margin-right: 5px; &.pet {