Suche (Geschwindikeit und Auswahlfeld)

This commit is contained in:
Simon Martens
2023-02-06 23:00:42 +01:00
parent ae2b1a7bcd
commit 1e24f763c1
7 changed files with 177 additions and 127 deletions

View File

@@ -110,7 +110,7 @@
}
.Kommentar {
@apply !indent-0 !pl-0 text-base
@apply !indent-0 !pl-0
}
.handschrift-sammlung .handschrift {
@@ -151,3 +151,14 @@
max-height: calc(10rem + 100vh);
}
.twocolumns {
columns: 2;
}
.Einzug {
break-inside: avoid;
}
.Kommentar {
}