mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
Buxfixes
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
}
|
||||
|
||||
header .switchsites .switchsitesbtn .switchsitestext {
|
||||
@apply block mb-0.5 mt-1 mr-2 ml-1
|
||||
@apply block mb-0.5 mt-1 mr-2 ml-1 whitespace-nowrap
|
||||
}
|
||||
|
||||
header .switchsites .switchsitesbtn .switchsitesarrow {
|
||||
|
||||
@@ -25,7 +25,11 @@
|
||||
}
|
||||
|
||||
.ha-text {
|
||||
@apply bg-slate-50 dark:bg-slate-900 border-slate-200 sm:border-l-2 sm:dark:border-none
|
||||
@apply bg-slate-50 dark:bg-slate-900 border-slate-200
|
||||
}
|
||||
|
||||
.ha-appcontainer.ha-appcontainer-0 .ha-text {
|
||||
@apply sm:border-l-2 sm:dark:border-none
|
||||
}
|
||||
|
||||
.ha-marginals {
|
||||
@@ -107,15 +111,15 @@
|
||||
}
|
||||
|
||||
.ha-tab {
|
||||
@apply max-w-[52rem] pt-2
|
||||
@apply max-w-[52rem]
|
||||
}
|
||||
|
||||
.ha-tab .ha-appcontainer {
|
||||
@apply ml-6 md:ml-16 mb-4 pb-3 font-serif numeric-mediaeval
|
||||
@apply ml-6 md:ml-16 font-serif numeric-mediaeval py-3
|
||||
}
|
||||
|
||||
.ha-app {
|
||||
|
||||
.ha-appcontainer.ha-appcontainer-0 {
|
||||
@apply py-0
|
||||
}
|
||||
|
||||
.ha-appcontainer h3 {
|
||||
@@ -127,7 +131,7 @@
|
||||
}
|
||||
|
||||
.ha-textcontainer {
|
||||
@apply flex -ml-6 -mt-2 -mb-3 md:-ml-16
|
||||
@apply flex -ml-6 md:-ml-16
|
||||
}
|
||||
|
||||
.ha-text {
|
||||
@@ -273,20 +277,18 @@
|
||||
.ha-defaulttab .ha-edits .ha-editentries .ha-editreas .ha-zh * {
|
||||
@apply !font-serif
|
||||
}
|
||||
/*
|
||||
.ha-minwidth .ha-tradzhtext,
|
||||
.ha-lettertext.ha-minwidth {
|
||||
|
||||
.ha-minwidth .ha-text {
|
||||
@apply min-w-[44rem] desktop:min-w-[52rem]
|
||||
}
|
||||
|
||||
.ha-minwidth .ha-tradzhtext .ha-alignright,
|
||||
.ha-lettertext.ha-minwidth .ha-alignright {
|
||||
.ha-minwidth .ha-text .ha-alignright {
|
||||
@apply float-right mr-[20%]
|
||||
}
|
||||
|
||||
.ha-lettertext.ha-minwidth .ha-aligncenter {
|
||||
.ha-minwidth .ha-aligncenter {
|
||||
@apply absolute left-1/3 whitespace-nowrap -translate-x-1/2
|
||||
} */
|
||||
}
|
||||
}
|
||||
|
||||
.ha-lettertext .ha-marginalbox:before {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
@layer components {
|
||||
/* COLORS */
|
||||
body {
|
||||
@apply text-black dark:text-white dark:bg-gray-800 dark:bg-none
|
||||
@apply text-black dark:text-white dark:bg-gray-800 dark:bg-none overflow-x-hidden md:overflow-x-auto
|
||||
}
|
||||
|
||||
.ha-added,
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
/* STYLES */
|
||||
.ha-static {
|
||||
@apply w-full py-12 px-12 md:px-16 hyphenate font-serif
|
||||
@apply w-full md:py-12 py-4 px-4 md:px-16 hyphenate font-serif
|
||||
}
|
||||
|
||||
.ha-static .ha-static-right-margin {
|
||||
|
||||
Reference in New Issue
Block a user