Skip to content

Commit

Permalink
Adjust css so the lock screen takes up all of the space
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Nov 10, 2023
1 parent 6a4128c commit 350a9f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</div>
</aside>
<div class='sul-embed-body sul-embed-media' id='sul-embed-body'>
<div data-controller="locked-media-poster" data-action="auth-success@window->locked-media-poster#hide auth-denied@window->locked-media-poster#show" tabindex="-1" role="presentation" style="display: none">
<div data-controller="locked-media-poster" data-action="auth-success@window->locked-media-poster#hide auth-denied@window->locked-media-poster#show" tabindex="-1" role="presentation" style="display: none; flex: 1 0 100%;">
<picture class="locked-media">
<%= image_tag 'locked-media-poster.svg', loading: 'lazy' %>
</picture>
Expand Down

0 comments on commit 350a9f9

Please sign in to comment.