Skip to content

Commit

Permalink
Fixing images width on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Dec 18, 2024
1 parent 0603505 commit 6f5bb6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rest/compton_elements/styles/video-link.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@scope(.video-link) {
:scope {

width: 100%;

&.ended {
filter: sepia(1.0);
}
Expand All @@ -23,8 +26,7 @@

& h2 {
font-size: var(--fs-n);
width: 100%;
white-space: nowrap;
line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}
Expand Down

0 comments on commit 6f5bb6b

Please sign in to comment.