Major redesign #73

Merged
lukas merged 45 commits from manage-purchases into main 2024-09-02 15:47:44 +00:00
2 changed files with 0 additions and 9 deletions
Showing only changes of commit 298ecb4092 - Show all commits

View File

@ -1736,10 +1736,6 @@ input:checked + .toggle-bg {
white-space: nowrap;
}
.text-ellipsis {
text-overflow: ellipsis;
}
.whitespace-nowrap {
white-space: nowrap;
}
@ -2215,10 +2211,6 @@ input:checked + .toggle-bg {
min-width: 30ch;
}
.max-w-30char {
max-width: 30ch;
}
.\[a-zA-Z\:\\-\] {
a-z-a--z: \-;
}

View File

@ -1,4 +1,3 @@
from datetime import datetime
from typing import Any, Callable
from django.contrib.auth.decorators import login_required