Style bookmarks page

This commit is contained in:
Sascha Ißbrücker
2019-06-29 19:45:08 +02:00
parent 5fad8b798d
commit 74bcc30821
7 changed files with 176 additions and 39 deletions

View File

@@ -0,0 +1,9 @@
.spacer {
flex: 1 1 0;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}