Some consmetic changes

This commit is contained in:
schnulller
2022-11-09 15:00:01 +01:00
parent b0c8724e6b
commit 029a8e4bd4
6 changed files with 18 additions and 17 deletions

View File

@@ -288,7 +288,7 @@
.ha-tradzhtext .ha-marginalbox,
.ha-lettertext .ha-marginalbox {
@apply hidden select-none hover:select-auto hyphenate pl-2 md:block absolute left-full ml-6 desktop:ml-16 mt-1 w-[16rem] desktop:w-[28rem] text-sm leading-tight rounded-sm font-sans
@apply hidden select-none hover:select-auto hyphenate pl-2 md:inline-block absolute left-full ml-6 desktop:ml-16 mt-1 w-[16rem] desktop:w-[28rem] text-sm leading-tight rounded-sm font-sans
}
.ha-tradzhtext .ha-marginalbox .ha-marginallist,
@@ -315,7 +315,7 @@
.ha-tradzhtext .ha-btn-collapsed-box,
.ha-lettertext .ha-btn-collapsed-box {
@apply absolute left-full ml-4 desktop:ml-[3.5rem] hidden md:block cursor-pointer leading-none mt-0.5
@apply absolute left-full ml-4 desktop:ml-[3.5rem] hidden md:inline-block cursor-pointer leading-none mt-0.5
}
.ha-minwidth .ha-tradzhtext,

File diff suppressed because one or more lines are too long

View File

@@ -91,15 +91,15 @@
}
.ha-search .ha-searchhead .ha-searchfilter {
@apply w-[34rem] mb-4 md:mb-7
@apply mb-4 md:mb-7
}
.ha-search .ha-searchhead .ha-searchfilter .ha-searchfilterinfo {
@apply border p-2 mb-1.5 hyphenate text-sm
.ha-search .ha-searchhead .ha-searchfilterinfo {
@apply border p-2 mb-4 hyphenate text-base max-w-[46rem]
}
.ha-search .ha-searchhead .ha-searchfilter .ha-searchform {
@apply py-1 flex flex-row gap-x-2
@apply py-1 flex flex-row gap-x-2 max-w-[34rem]
}
.ha-search .ha-searchhead .ha-searchfilter .ha-searchform input {
@@ -111,7 +111,7 @@
}
.ha-search .ha-searchhead .ha-activefilterinfo {
@apply font-sans text-base px-1 rounded my-1
@apply font-sans text-base px-1 rounded my-1 max-w-[34rem]
}
.ha-search .ha-searchhead .ha-reversefilter {