Skip to content

Commit

Permalink
embed: fix for mobile, set breakpoint at 480px
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Nov 16, 2024
1 parent 39b4d9d commit b3062bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ui/coll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,14 @@ class WrRecColl extends Item {
display: inline-block;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 480px) {
div.has-addons {
flex-wrap: wrap;
}
div.has-addons form {
display: contents;
flex: 1;
margin-bottom: 8px;
}
.rec-controls {
Expand Down

0 comments on commit b3062bb

Please sign in to comment.