From 4929d8b562c4f6300053cfd7d9583106df75b221 Mon Sep 17 00:00:00 2001 From: eperelm2 Date: Tue, 18 Jul 2023 16:06:29 -0400 Subject: continued fixing merge --- src/client/views/PropertiesView.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/client/views/PropertiesView.scss') diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 060b506e3..23bf31b95 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -26,6 +26,17 @@ padding: 5px 10px; } + .propertiesView-propAndInfoGrouping{ + display: flex; + } + + .propertiesView-info{ + margin-top: 20; + margin-right: 10; + float: right; + font-size: 20; + } + .propertiesView-sharing { //border-bottom: 1px solid black; -- cgit v1.2.3-70-g09d2 From f259986fec815660af93a3bf08e6f1baec029b85 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 27 Aug 2023 12:37:04 -0400 Subject: made info icon more visible for dark mode --- src/client/views/PropertiesView.scss | 3 +++ src/client/views/PropertiesView.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/client/views/PropertiesView.scss') diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index e2e06cde9..bb91ee53d 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -42,6 +42,9 @@ margin-right: 10; float: right; font-size: 20; + path { + fill: white !important; + } } .propertiesView-sharing { diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index b6aabb662..37b61ab41 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -1668,7 +1668,7 @@ export class PropertiesView extends React.Component { Properties
window.open('https://brown-dash.github.io/Dash-Documentation//properties/')}> - {' '} + {' '}
-- cgit v1.2.3-70-g09d2