dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 2b3789ba276f44ee7c19dce9fe23b2c6c9387a7b
parent 1eaa86c1f4e0b9d0c3962e81045530831b005aa6
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri, 13 Jan 2023 00:20:43 -0800

useless

Diffstat:
Mpkg/web/public/css/style.css | 1-
Mpkg/web/public/views/pages/age.gohtml | 1-
Mpkg/web/public/views/pages/age_code.gohtml | 1-
Mpkg/web/public/views/pages/pgp.gohtml | 1-
Mpkg/web/public/views/pages/pgp_code.gohtml | 1-
Mpkg/web/public/views/pages/public-profile.gohtml | 1-
Mpkg/web/public/views/pages/sessions-gpg-sign-two-factor.gohtml | 1-
Mpkg/web/public/views/pages/sessions-gpg-two-factor.gohtml | 1-
Mpkg/web/public/views/pages/settings/age.gohtml | 1-
Mpkg/web/public/views/pages/settings/pgp.gohtml | 1-
Mpkg/web/public/views/pages/settings/private-notes.gohtml | 1-
Mpkg/web/public/views/pages/settings/public-notes.gohtml | 1-
12 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/pkg/web/public/css/style.css b/pkg/web/public/css/style.css @@ -55,7 +55,6 @@ input.transparent-input::placeholder, textarea.transparent-input::placeholder { textarea.transparent-input { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } .bg-label { diff --git a/pkg/web/public/views/pages/age.gohtml b/pkg/web/public/views/pages/age.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } </style> {{ end }} diff --git a/pkg/web/public/views/pages/age_code.gohtml b/pkg/web/public/views/pages/age_code.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } </style> {{ end }} diff --git a/pkg/web/public/views/pages/pgp.gohtml b/pkg/web/public/views/pages/pgp.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } </style> {{ end }} diff --git a/pkg/web/public/views/pages/pgp_code.gohtml b/pkg/web/public/views/pages/pgp_code.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } </style> {{ end }} diff --git a/pkg/web/public/views/pages/public-profile.gohtml b/pkg/web/public/views/pages/public-profile.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } table td { padding-right: 10px; diff --git a/pkg/web/public/views/pages/sessions-gpg-sign-two-factor.gohtml b/pkg/web/public/views/pages/sessions-gpg-sign-two-factor.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } </style> {{ end }} diff --git a/pkg/web/public/views/pages/sessions-gpg-two-factor.gohtml b/pkg/web/public/views/pages/sessions-gpg-two-factor.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } </style> {{ end }} diff --git a/pkg/web/public/views/pages/settings/age.gohtml b/pkg/web/public/views/pages/settings/age.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } </style> {{ end }} diff --git a/pkg/web/public/views/pages/settings/pgp.gohtml b/pkg/web/public/views/pages/settings/pgp.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } </style> {{ end }} diff --git a/pkg/web/public/views/pages/settings/private-notes.gohtml b/pkg/web/public/views/pages/settings/private-notes.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } </style> {{ end }} diff --git a/pkg/web/public/views/pages/settings/public-notes.gohtml b/pkg/web/public/views/pages/settings/public-notes.gohtml @@ -3,7 +3,6 @@ textarea { white-space: pre; overflow-wrap: normal; - overflow-x: scroll; } </style> {{ end }}