mirror of https://gitlab.com/bashrc2/epicyon
Width of time entry
parent
6550f4b817
commit
04475a6fae
|
@ -1912,6 +1912,9 @@ h3 {
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: var(--quote-font-size-mobile);
|
font-size: var(--quote-font-size-mobile);
|
||||||
}
|
}
|
||||||
|
input[type=time] {
|
||||||
|
width: 5ch;
|
||||||
|
}
|
||||||
figcaption img.emojiheader {
|
figcaption img.emojiheader {
|
||||||
float: none;
|
float: none;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
@ -2692,6 +2695,9 @@ h3 {
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: var(--quote-font-size-tiny);
|
font-size: var(--quote-font-size-tiny);
|
||||||
}
|
}
|
||||||
|
input[type=time] {
|
||||||
|
width: 5ch;
|
||||||
|
}
|
||||||
figcaption img.emojiheader {
|
figcaption img.emojiheader {
|
||||||
float: none;
|
float: none;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
|
Loading…
Reference in New Issue