Differences From Artifact [3620b4c6cd]:
- File src/default_css.txt — part of check-in [559807ba86] at 2020-05-26 06:43:44 on branch fileedit-ajaxify — Merged in trunk. (user: stephan size: 16479) [more...]
To Artifact [c43f32100f]:
- File src/default_css.txt — part of check-in [9e4ca8948a] at 2020-06-12 14:28:33 on branch trunk — Improve documentation readability on mobile. (user: drh size: 16518) [more...]
| ︙ | ︙ | |||
874 875 876 877 878 879 880 |
.hidden {
position: absolute;
opacity: 0;
pointer-events: none;
display: none;
}
input {
| | | > > > > | 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 |
.hidden {
position: absolute;
opacity: 0;
pointer-events: none;
display: none;
}
input {
max-width: 95%;
}
textarea {
max-width: 95%;
}
img {
max-width: 100%;
height: auto;
}
|