Skip to content

Commit

Permalink
Set max width for stretched media (#679)
Browse files Browse the repository at this point in the history
* add max width for stretched media

* update styles

* Build frontend

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
talyguryn and github-actions[bot] authored Jan 17, 2023
1 parent 39fa249 commit 4afcb4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/public/app/css/pages/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
}

&--stretched {
max-width: none !important;
max-width: 2000px !important;
width: 100% !important;

img, video {
Expand Down
2 changes: 1 addition & 1 deletion www/public/build/codex.bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/public/build/codex.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/public/build/editor.bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/public/build/release.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"release":"d0306d9565948f8ad52d","date":1673813069113}
{"release":"25d8ea0e619de5a213a4","date":1673959219161}

0 comments on commit 4afcb4a

Please sign in to comment.