Skip to content

Commit

Permalink
feat: add max-width for video content, chore: improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshthite committed Mar 27, 2024
1 parent 0e35a5a commit 218fc9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion outbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
></distributed-outbox>
</div>
<div class="pagination-controls">
<button id="prevPage">< Previous</button>
<button id="prevPage">< Prev</button>
<button id="nextPage">Next ></button>
</div>
<script type="module" src="./outbox.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion post.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ html {
font-family: var(--rdp-font);
}

img {
img,
video {
max-width: 100%;
}

Expand Down
2 changes: 1 addition & 1 deletion profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<actor-profile></actor-profile>
<distributed-outbox></distributed-outbox>
<div class="pagination-controls">
<button id="prevPage">< Previous</button>
<button id="prevPage">< Prev</button>
<button id="nextPage">Next ></button>
</div>
<script>
Expand Down

0 comments on commit 218fc9d

Please sign in to comment.