Skip to content

Commit

Permalink
fix: layout improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Nov 15, 2024
1 parent f30cc2f commit 2c59526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aind_qc_portal/panel/quality_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def panel(self):
styles=OUTER_STYLE,
)

self.tabs = pn.Tabs(sizing_mode="stretch_width", styles=OUTER_STYLE)
self.tabs = pn.Tabs(sizing_mode="stretch_width", styles=OUTER_STYLE, tabs_location="left")
self.update_objects()

col = pn.Column(
Expand Down
2 changes: 1 addition & 1 deletion src/aind_qc_portal/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
body {{
background-color: {background_color} !important;
background-image: url('/images/aind-pattern.svg') !important;
background-size: 60%;
background-size: 1200px;
}}
"""

Expand Down

0 comments on commit 2c59526

Please sign in to comment.