Minor visual improvements, aligment of search and index page elements

This commit is contained in:
Simon Martens
2022-11-12 23:48:13 +01:00
parent 85bad9f96f
commit e5052dd4ea
8 changed files with 478 additions and 464 deletions

View File

@@ -1,6 +1,5 @@
@layer components {
/* THEME OPTIONS */
.ha-index {
@apply bg-slate-50 dark:bg-slate-900
}
@@ -22,7 +21,7 @@
}
.ha-index .ha-indexbody .ha-letterlist .ha-letterlistentry:hover {
@apply border-gray-300
@apply border-gray-300
}
.ha-index .ha-indexbody .ha-filterlist .ha-personfilter .ha-personlist a {
@@ -59,7 +58,7 @@
}
.ha-index .ha-indexbody {
@apply pt-4 clear-both flex flex-row gap-x-4
@apply pt-6 clear-both flex flex-row gap-x-4
}
.ha-index .ha-indexbody .ha-letterlist {
@@ -124,11 +123,11 @@
}
.ha-index .ha-indexbody .ha-filterlist {
@apply hidden md:flex flex-col gap-y-5 pb-4 float-right max-w-lg basis-1/3 min-w-0 shrink
@apply hidden md:flex flex-col gap-y-9 pb-4 float-right max-w-lg basis-1/3 min-w-0 shrink
}
.ha-index .ha-indexbody .ha-filterlist .ha-filtertitle {
@apply text-2xl pr-4 pl-1 mb-1 pb-1 pt-3 font-serif leading-none border-b border-gray-400
@apply text-2xl pr-4 pl-1 mb-1 pb-1 font-serif leading-none border-b border-gray-400
}
.ha-index .ha-indexbody .ha-filterlist .ha-activefilterinfo {