visual improvements

This commit is contained in:
2022-03-01 01:52:04 +01:00
parent dcd9efaeba
commit 7eba454f1b

View File

@@ -60,6 +60,9 @@
.note b {
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.note.file {
@@ -67,4 +70,8 @@
justify-content: space-between;
align-items: center;
}
.note.file small {
padding-left: 1rem;
}
</style>