Skip to content

Commit

Permalink
chore: fix activity width
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Oct 24, 2024
1 parent 7a657da commit a5dae25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions blocks/ExternalSource/external-source.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ uc-external-source {
}

[uc-modal] uc-external-source {
width: min(
calc(var(--uc-dialog-max-width) - var(--uc-padding) * 2),
calc(var(--uc-dialog-max-width) - var(--uc-padding) * 2)
);
width: min(calc(var(--uc-dialog-max-width) - var(--uc-padding) * 2), calc(100vw - var(--uc-padding) * 2));
height: var(--modal-content-height-fill, 100%);
max-height: var(--modal-max-content-height);
}
Expand Down

0 comments on commit a5dae25

Please sign in to comment.