From 550e9901e859c4ad3fa75ea6ff904a26d588848f Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Wed, 2 Aug 2023 23:17:22 +0000 Subject: [PATCH] update pp --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 85f509d..6e0b2e2 100644 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ } #body-input { - width: 98%; + width: calc(100% - 6px); height: 150px; resize: none; } @@ -96,7 +96,7 @@ - Privacy Policy: The only data collected by furpsocial server-side is the contents of your posts (signature and body text). This information is stored in our secure databases which are wiped of all post data every week. This data is only used to accomodate furpsocial as a social media platform. Client-side, furpsocial stores your most recently used signature as a cookie. + Privacy Policy: The only data collected by furpsocial server-side is the contents of your posts (signature and body text). This information is stored in our secure databases which are wiped of all post data every week. This data is only used to accomodate furpsocial as a social media platform. Client-side, furpsocial stores your most recently used signature as a cookie, which persists for one day before expiring.