We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261b704 commit 9e3db69Copy full SHA for 9e3db69
3 files changed
CHANGELOG.md
@@ -5,6 +5,7 @@
5
6
- Made app main activity theme dark
7
- Made `about.html` show full screen
8
+- Set `max-width` for `about.html`
9
10
11
## [v0.5.1] Visual improvements (2021-07-13)
app/src/main/assets/about.cmd
@@ -27,6 +27,10 @@
27
h3 {
28
font-size: 1.1em;
29
}
30
+ html {
31
+ margin: 0 auto;
32
+ max-width: 44em;
33
+ }
34
.notice {
35
border: 1px solid black;
36
padding: 0.5em;
app/src/main/assets/about.html
@@ -26,6 +26,10 @@
26
+html {
+margin: 0 auto;
+max-width: 44em;
+}
0 commit comments