diff options
| -rw-r--r-- | i18n/en.yaml | 4 | ||||
| -rw-r--r-- | i18n/it.yaml | 4 | ||||
| -rw-r--r-- | themes/danix-xyz-hacker/assets/css/main.min.css | 17 |
3 files changed, 17 insertions, 8 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 2aec63c..d0ca1a4 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -121,8 +121,6 @@ notFoundHeading: other: "404" notFoundMessage: other: "Sorry, the page you're looking for doesn't exist. Try searching or browse the articles below." -searchPlaceholder: - other: "Search articles..." searchButton: other: "Search" recentArticles: @@ -135,8 +133,6 @@ contactSupport: other: "Get in Touch" followWhiteRabbit: other: "Follow the white rabbit" -noSearchResults: - other: "No articles found matching your search." bluePill: other: "Stay Here" redPill: diff --git a/i18n/it.yaml b/i18n/it.yaml index c7da72f..e71f436 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -121,8 +121,6 @@ notFoundHeading: other: "404" notFoundMessage: other: "Mi dispiace, la pagina che stai cercando non esiste. Prova a cercare o sfoglia gli articoli qui sotto." -searchPlaceholder: - other: "Cerca articoli..." searchButton: other: "Cerca" recentArticles: @@ -135,8 +133,6 @@ contactSupport: other: "Contattami" followWhiteRabbit: other: "Segui il coniglio bianco" -noSearchResults: - other: "Nessun articolo trovato che corrisponda alla tua ricerca." bluePill: other: "Rimani Qui" redPill: diff --git a/themes/danix-xyz-hacker/assets/css/main.min.css b/themes/danix-xyz-hacker/assets/css/main.min.css index 4e6e482..96f7ab4 100644 --- a/themes/danix-xyz-hacker/assets/css/main.min.css +++ b/themes/danix-xyz-hacker/assets/css/main.min.css @@ -1991,6 +1991,10 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg { height: 100vh; } +.max-h-96 { + max-height: 24rem; +} + .min-h-\[calc\(100vh-200px\)\] { min-height: calc(100vh - 200px); } @@ -2023,6 +2027,10 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg { width: 100%; } +.max-w-2xl { + max-width: 42rem; +} + .max-w-3xl { max-width: 48rem; } @@ -2281,6 +2289,10 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg { padding: 0.5rem; } +.p-3 { + padding: 0.75rem; +} + .p-4 { padding: 1rem; } @@ -2353,6 +2365,11 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg { padding-bottom: 1rem; } +.py-8 { + padding-top: 2rem; + padding-bottom: 2rem; +} + .pb-8 { padding-bottom: 2rem; } |
