Width of time entry

main
Bob Mottram 2022-05-23 21:06:17 +01:00
parent 6550f4b817
commit 04475a6fae
1 changed files with 6 additions and 0 deletions

View File

@ -1912,6 +1912,9 @@ h3 {
blockquote {
font-size: var(--quote-font-size-mobile);
}
input[type=time] {
width: 5ch;
}
figcaption img.emojiheader {
float: none;
width: 50px;
@ -2692,6 +2695,9 @@ h3 {
blockquote {
font-size: var(--quote-font-size-tiny);
}
input[type=time] {
width: 5ch;
}
figcaption img.emojiheader {
float: none;
width: 50px;