Skip to content

Commit

Permalink
Merge pull request #2129 from sul-dlss/2105-drawer-width
Browse files Browse the repository at this point in the history
Increase companion drawer-width by 5px to 310px; fixes #2105
  • Loading branch information
jcoyne authored Mar 27, 2024
2 parents b749122 + 3927de2 commit 37a5fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/companion_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

.companion-window-component {
--active-color: rgb(140, 21, 21);
--drawer-width: 305px;
--drawer-width: 310px;
--font-size-base: 14px;
--tab-width: 48px;
--tab-height: 48px;
Expand Down

0 comments on commit 37a5fdf

Please sign in to comment.