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 {

File diff suppressed because one or more lines are too long

View File

@@ -130,7 +130,7 @@
}
.ha-search .ha-searchbody {
@apply pt-4 md:pr-[24rem] pb-9 md:pb-12 rounded-b-sm
@apply pt-6 md:pl-6 md:pr-[24rem] pb-9 md:pb-12 rounded-b-sm
}
.ha-search .ha-searchbody .ha-letterlist {
@@ -196,7 +196,7 @@
.ha-search .ha-searchbody .ha-commentlist {
@apply pt-2 md:pt-4 px-9 md:px-16 numeric-mediaeval font-serif
@apply pt-2 md:pt-4 pr-9 pl-4 md:pr-16 md:pl-6 numeric-mediaeval font-serif
}
.ha-search .ha-searchbody .ha-commentlist .ha-comment {
@@ -233,7 +233,7 @@
}
.ha-search .ha-searchbody .ha-forschung .ha-comment {
@apply mb-4 md:mb-6 -indent-4 pl-4
@apply mb-4 md:mb-6 -indent-4
}
.ha-search .ha-searchbody .ha-commentlist .ha-comment .ha-commenthead .ha-letlinks {

View File

@@ -62,7 +62,7 @@
}
.ha-location {
@apply !text-hamannHighlight
@apply !text-hamannHighlight absolute text-xl hidden sm:inline-block
}