fix(taglist): align creation date to the left

fixes #297
This commit is contained in:
Joxit 2023-04-29 20:05:30 +02:00
parent bfc901eb0b
commit 43a242312c
No known key found for this signature in database
GPG Key ID: F526592B8E012263
1 changed files with 6 additions and 0 deletions

View File

@ -390,6 +390,12 @@ taglist .creation-date {
width: 10em;
}
material-card td.creation-date,
material-card th.creation-date {
text-align: left;
max-width: 10em;
}
taglist .image-size {
width: 7em;
}