Skip to content

Commit

Permalink
Fix textarea css offset
Browse files Browse the repository at this point in the history
Also turn on native reports
  • Loading branch information
SocksTheWolf committed Feb 4, 2025
1 parent 120722e commit 9bf63c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ api_docs: "https://api.scamguard.app"
contact_url: "https://socksthewolf.com/contact"
google_analytics: "G-3B15EPXBFZ"
show_downloads: false
use_zapier_report: true
use_zapier_report: false
report_support_multiple_files: true
report_max_size_per_file: 3
report_max_files: 4
Expand Down
4 changes: 4 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ li img {
margin-left: 3px;
}

textarea + small {
padding-top: 15px;
}

@media screen and (max-width: 42em) {
nav li {
padding: 0 1px;
Expand Down

0 comments on commit 9bf63c1

Please sign in to comment.