minor fixes

This commit is contained in:
eneller
2025-03-22 18:26:22 +01:00
parent 66809ff88c
commit a2390e4359
2 changed files with 1 additions and 1 deletions

View File

@@ -61,7 +61,6 @@ TEMPLATES = [
"context_processors": [ "context_processors": [
"django.template.context_processors.debug", "django.template.context_processors.debug",
"django.template.context_processors.request", "django.template.context_processors.request",
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages", "django.contrib.messages.context_processors.messages",
], ],
}, },

View File

@@ -73,6 +73,7 @@ a:hover, a:any-link{
/* TODO fix links with no title/content being almost unclickable */ /* TODO fix links with no title/content being almost unclickable */
display: block; display: block;
width: 100%; width: 100%;
min-height: 1em;
height: 100%; height: 100%;
padding: 1px; padding: 1px;
} }