Skip to content

Commit f66a963

Browse files
authored
FTD: Reduce width of full size display (#539)
1 parent 374945f commit f66a963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/filetreediff.css

Lines changed: 2 additions & 1 deletion
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: 768px) {
8081
:host > div {
8182
width: calc(100% - 1rem);
8283
margin: 0;

0 commit comments

Comments
 (0)