feat: group history by date and time

This commit is contained in:
liyasthomas
2021-12-31 12:39:23 +05:30
parent 2de73ae7b4
commit a0f7201fae
9 changed files with 189 additions and 162 deletions

View File

@@ -102,6 +102,7 @@ body {
.material-icons {
@apply flex-shrink-0;
@apply overflow-hidden;
font-size: var(--line-height-body) !important;
width: var(--line-height-body);
@@ -109,6 +110,7 @@ body {
.svg-icons {
@apply flex-shrink-0;
@apply overflow-hidden;
height: var(--line-height-body);
width: var(--line-height-body);
@@ -457,6 +459,10 @@ pre.ace_editor {
@apply px-1;
}
.capitalize-first::first-letter {
@apply capitalize;
}
@media (max-width: 767px) {
main {
margin-bottom: env(safe-area-inset-bottom);