mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
Minor visual improvements, aligment of search and index page elements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user