Skip to content

Commit

Permalink
Fix 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 ddc91e4 commit bc94e4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/_recording_show.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@
}

.actions {
.btn {
.btn-group > div {
margin-left: 1rem;

&:first-child {
margin-left: 0;
}
}
}
}
Expand Down

0 comments on commit bc94e4d

Please sign in to comment.