Skip to content

Commit

Permalink
Really fix the sizing of the Share button on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Dec 17, 2023
1 parent bc94e4d commit dd27968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/asciinema_web/templates/recording/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<section class="even info">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12">
<div class="col-lg-8 col-md-7 col-xs-12">
<span class="author-avatar">
<.link navigate={author_profile_path(@asciicast)} title={author_username(@asciicast)}>
<img src={author_avatar_url(@asciicast)} class="avatar" />
Expand Down Expand Up @@ -36,7 +36,7 @@
</small>
</div>

<div class="col-md-4 col-xs-12 text-right actions">
<div class="col-lg-4 col-md-5 col-xs-12 text-right actions">
<div class="btn-group pull-right">
<div>
<.link
Expand Down

0 comments on commit dd27968

Please sign in to comment.