Skip to content

Commit 053cc65

Browse files
committed
Don't show big change badges on mobile
1 parent d8cb802 commit 053cc65

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/unison-share/page/project-contribution-changes-page.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,15 @@
641641
}
642642
}
643643
}
644+
645+
.project-contribution-changes-page {
646+
& .change-line .change-badge_wrapper {
647+
/* there's a direct, computed width set via `style` that
648+
* we want to override on smaller screens hence the
649+
* !important */
650+
width: auto !important;
651+
}
652+
}
644653
}
645654

646655
@media only screen and (--u-viewport_max-sm) {

0 commit comments

Comments
 (0)