on hover, display absolute time

This commit is contained in:
2019-02-22 22:06:55 +01:00
parent 43f0d99bc4
commit aba4d77ac6
6 changed files with 35 additions and 12 deletions

View File

@@ -201,18 +201,23 @@
font-style: italic;
}
.header {
padding: 0.5em 1em;
font-style: italic;
font-size: 0.8em;
text-align: right;
.index {
float: left;
font-style: normal;
}
.time {
span {
padding: 0.5em 1em;
display: inline-block;
width: calc(50% - 2em);
cursor: default;
&.index {
float: left;
font-style: normal;
}
&.time {
text-align: right;
}
}
}
.body {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long