Skip to content

Commit 1bc02ff

Browse files
committed
embed: fix for mobile, set breakpoint at 480px
1 parent 8d925d6 commit 1bc02ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ui/coll.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,14 @@ class WrRecColl extends Item {
7575
display: inline-block;
7676
}
7777
78-
@media screen and (max-width: 768px) {
78+
@media screen and (max-width: 480px) {
7979
div.has-addons {
8080
flex-wrap: wrap;
8181
}
8282
8383
div.has-addons form {
84-
display: contents;
84+
flex: 1;
85+
margin-bottom: 8px;
8586
}
8687
8788
.rec-controls {

0 commit comments

Comments
 (0)