visual improvements

This commit is contained in:
cupcakearmy 2022-03-01 01:52:04 +01:00
parent dcd9efaeba
commit 7eba454f1b
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 7 additions and 0 deletions

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>