Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Jun 27, 2024
1 parent ce2ed5c commit 00a16ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/skrubview/_data/templates/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
align-items: stretch;
border: 1px solid var(--skrubview-darkg);
padding: 0;
min-width: 1rem;
min-width: 5rem;
max-width: 40rem;
max-height: 10rem;
min-height: 1.8rem;
Expand All @@ -237,6 +237,8 @@
{{ report_id_selector }}.skrubview-report .skrubview-copybutton {
display: none;
padding: var(--skrubview-micro);
padding-left: var(--skrubview-tiny);
padding-right: var(--skrubview-tiny);
border: none;
background: rgba(0, 0, 0, 0);
}
Expand Down
2 changes: 2 additions & 0 deletions src/skrubview/_data/templates/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
}

{{ report_id_selector }}.skrubview-report .skrubview-tabset-buttons {
display: flex;
column-gap: var(--skrubview-tiny);
padding-left: var(--skrubview-tiny);
}

Expand Down

0 comments on commit 00a16ad

Please sign in to comment.