Fossil

Check-in [49d69ff6]
Login

Check-in [49d69ff6]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Resolution for uneven line alignment on mobile browsers, as reported in forum post e6f4ee7de98b55c0.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 49d69ff6c566184b6ab1314f43673b2183112f668200719cc1b7da50b2774bcf
User & Date: stephan 2021-09-12 17:50:07
Context
2021-09-12
18:20
Soften the box around diffs with a 5px corner radius. ... (check-in: bce96624 user: drh tags: trunk)
17:50
Resolution for uneven line alignment on mobile browsers, as reported in forum post e6f4ee7de98b55c0. ... (check-in: 49d69ff6 user: stephan tags: trunk)
10:28
Slightly smaller fonts on diffs. ... (check-in: 912f7295 user: drh tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to src/default.css.

550
551
552
553
554
555
556


557
558
559
560
561
562
563
  vertical-align: top;
  padding: 0;
  overflow: hidden /*work around inner PRE slight overflow/overlap*/;
}
table.diff pre {
  margin: 0 0 0 0;
  padding: 0 0.5em;


}
table.diff td.diffln > pre {
  padding: 0 0.35em 0 0.5em;
}
table.diff td.difftxt > pre {
  min-width: 100%;
  max-width: 100%;







>
>







550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
  vertical-align: top;
  padding: 0;
  overflow: hidden /*work around inner PRE slight overflow/overlap*/;
}
table.diff pre {
  margin: 0 0 0 0;
  padding: 0 0.5em;
  line-height: 1.20 /* important for mobile:
                      see forum post e6f4ee7de98b55c0 */;
}
table.diff td.diffln > pre {
  padding: 0 0.35em 0 0.5em;
}
table.diff td.difftxt > pre {
  min-width: 100%;
  max-width: 100%;