[arvados] updated: 2.7.0-6056-gfb969936f8

git repository hosting git at public.arvados.org
Thu Mar 21 14:28:52 UTC 2024


Summary of changes:
 .../workbench2/src/components/data-explorer/data-explorer.tsx    | 9 +++++++--
 .../project-details-card/project-details-card.tsx                | 1 +
 2 files changed, 8 insertions(+), 2 deletions(-)

       via  fb969936f88f70d6aeba224a44c44a6787b8b600 (commit)
      from  6c7a1c2663ace34a00c6f7e6955a660aa45963b8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit fb969936f88f70d6aeba224a44c44a6787b8b600
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Thu Mar 21 10:28:46 2024 -0400

    21224: css tweaks Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/data-explorer/data-explorer.tsx b/services/workbench2/src/components/data-explorer/data-explorer.tsx
index e3e55b25d4..fe465c6b51 100644
--- a/services/workbench2/src/components/data-explorer/data-explorer.tsx
+++ b/services/workbench2/src/components/data-explorer/data-explorer.tsx
@@ -17,7 +17,7 @@ import { CloseIcon, IconType, MaximizeIcon, UnMaximizeIcon, MoreVerticalIcon } f
 import { PaperProps } from "@material-ui/core/Paper";
 import { MPVPanelProps } from "components/multi-panel-view/multi-panel-view";
 
-type CssRules = "titleWrapper" | "searchBox" | "headerMenu" | "toolbar" | "footer" | "root" | "moreOptionsButton" | "title" | 'subProcessTitle' | "dataTable" | "container";
+type CssRules = "titleWrapper" | "searchBox" | "headerMenu" | "toolbar" | "footer" | "root" | "moreOptionsButton" | "title" | "titleToolbar" | 'subProcessTitle' | "dataTable" | "container";
 
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     titleWrapper: {
@@ -50,6 +50,9 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         fontSize: "18px",
         paddingRight: "10px",
     },
+    titleToolbar: {
+        marginTop: '-1rem',
+    },
     subProcessTitle: {
         display: "inline-block",
         paddingLeft: theme.spacing.unit * 2,
@@ -242,7 +245,9 @@ export const DataExplorer = withStyles(styles)(
                                 </Grid>
                             )}
                             {!!progressBar && progressBar}
-                            {this.multiSelectToolbarInTitle && !this.state.msToolbarInDetailsCard && <MultiselectToolbar />}
+                            <section className={classes.titleToolbar}>
+                                {this.multiSelectToolbarInTitle && !this.state.msToolbarInDetailsCard && <MultiselectToolbar />}
+                            </section>
                             {(!hideColumnSelector || !hideSearchInput || !!actions) && (
                                 <Grid
                                     className={classes.headerMenu}
diff --git a/services/workbench2/src/views-components/project-details-card/project-details-card.tsx b/services/workbench2/src/views-components/project-details-card/project-details-card.tsx
index ba2e43d071..d42eaf59d1 100644
--- a/services/workbench2/src/views-components/project-details-card/project-details-card.tsx
+++ b/services/workbench2/src/views-components/project-details-card/project-details-card.tsx
@@ -116,6 +116,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     toolbarSection: {
         marginTop: '-1rem',
+        paddingBottom: '-1rem',
     },
     tag: {
         marginRight: '1rem',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list