Skip to content

Commit e7d1d5f

Browse files
committed
FTD: Reduce width of full size display
1 parent d6c1021 commit e7d1d5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/filetreediff.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
min-width: 2.5rem;
7777
}
7878

79-
@media (max-width: 1023px) {
79+
/* Expand to full width on smaller screens */
80+
@media (max-width: 700px) {
8081
:host > div {
8182
width: calc(100% - 1rem);
8283
margin: 0;

0 commit comments

Comments
 (0)