Skip to content

Commit

Permalink
Tweak toolbar appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Nov 15, 2023
1 parent 77d67a9 commit 82e41cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/resources/formats/dashboard/quarto-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ $dashboard-card-toolbar-top-margin: 6px !default;
padding-top: 0.2em;
padding-bottom: 0.2em;
}
.shiny-input-select {
min-width: 6em;
}
}

@mixin shiny-input-container {
Expand Down Expand Up @@ -671,7 +674,6 @@ $valuebox-colors: (
border-top: solid 1px theme-dim($secondary-bg-subtle, 10%);
padding: 1em;
flex-wrap: wrap;
flex-grow: 1;
background-color: $card-cap-bg;

@include toolbar-layout();
Expand Down

0 comments on commit 82e41cb

Please sign in to comment.