Fixed little things

This commit is contained in:
Simon Martens
2022-11-11 18:10:45 +01:00
parent 7247640b0e
commit 3eaa97390d
7 changed files with 34 additions and 18 deletions

View File

@@ -261,7 +261,7 @@
}
.ha-linecount {
@apply sm:absolute sm:right-full sm:mr-2 sm:text-right text-xs sm:mt-1 font-sans select-none
@apply sm:absolute sm:right-full sm:mr-2 sm:text-right text-xs sm:mt-1 font-sans select-none whitespace-nowrap
}
.ha-linecount .ha-zhline {

File diff suppressed because one or more lines are too long

View File

@@ -58,9 +58,14 @@
}
.ha-found {
@apply !text-hamannSlate-300
@apply !text-hamannHighlight
}
.ha-location {
@apply !text-hamannHighlight
}
.ha-zhbreak {
@apply hidden sm:inline
}