Skip to content

Commit

Permalink
Update passage-edit-stack.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoAncora authored Aug 17, 2023
1 parent 0b724a7 commit 5f383c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/dialogs/passage-edit/passage-edit-stack.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
width: 100%;
}

.maximized .passage-edit-stack {
height: 100%;
}

.passage-edit-stack.collapsed {
flex-grow: 0;
/* Height is calculated in the component. */
Expand All @@ -13,4 +17,4 @@
height: 1em;
width: 1em;
transform: translateY(0.65em);
}
}

0 comments on commit 5f383c8

Please sign in to comment.