diff --git a/games/static/base.css b/games/static/base.css index f9de695..4a2b5bd 100644 --- a/games/static/base.css +++ b/games/static/base.css @@ -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: \-; } diff --git a/games/views.py b/games/views.py index 7690140..d5ef85e 100644 --- a/games/views.py +++ b/games/views.py @@ -1,4 +1,3 @@ -from datetime import datetime from typing import Any, Callable from django.contrib.auth.decorators import login_required