From 2f30aa79ba0afe6165d9ee71693bbaf94c9482cd Mon Sep 17 00:00:00 2001 From: dcc Date: Sun, 24 Sep 2023 21:29:07 -0700 Subject: Emojies stuff --- static/frontends/pleroma-fe/dev/.index.html.un~ | Bin 0 -> 3789 bytes static/frontends/pleroma-fe/dev/index.html | 2 +- static/frontends/pleroma-fe/dev/static/.config.json.un~ | Bin 0 -> 1045 bytes static/frontends/pleroma-fe/dev/static/.styles.css.un~ | Bin 0 -> 2824 bytes static/frontends/pleroma-fe/dev/static/config.json | 2 +- static/frontends/pleroma-fe/dev/static/styles.css | 11 +++++++++++ 6 files changed, 13 insertions(+), 2 deletions(-) create mode 100755 static/frontends/pleroma-fe/dev/.index.html.un~ create mode 100755 static/frontends/pleroma-fe/dev/static/.config.json.un~ create mode 100644 static/frontends/pleroma-fe/dev/static/.styles.css.un~ create mode 100644 static/frontends/pleroma-fe/dev/static/styles.css (limited to 'static/frontends/pleroma-fe/dev') diff --git a/static/frontends/pleroma-fe/dev/.index.html.un~ b/static/frontends/pleroma-fe/dev/.index.html.un~ new file mode 100755 index 0000000..4a29f5f Binary files /dev/null and b/static/frontends/pleroma-fe/dev/.index.html.un~ differ diff --git a/static/frontends/pleroma-fe/dev/index.html b/static/frontends/pleroma-fe/dev/index.html index a033de8..2bdc394 100755 --- a/static/frontends/pleroma-fe/dev/index.html +++ b/static/frontends/pleroma-fe/dev/index.html @@ -1 +1 @@ -
\ No newline at end of file +
diff --git a/static/frontends/pleroma-fe/dev/static/.config.json.un~ b/static/frontends/pleroma-fe/dev/static/.config.json.un~ new file mode 100755 index 0000000..2e74b20 Binary files /dev/null and b/static/frontends/pleroma-fe/dev/static/.config.json.un~ differ diff --git a/static/frontends/pleroma-fe/dev/static/.styles.css.un~ b/static/frontends/pleroma-fe/dev/static/.styles.css.un~ new file mode 100644 index 0000000..526c9fe Binary files /dev/null and b/static/frontends/pleroma-fe/dev/static/.styles.css.un~ differ diff --git a/static/frontends/pleroma-fe/dev/static/config.json b/static/frontends/pleroma-fe/dev/static/config.json index 8a5f307..632f83b 100755 --- a/static/frontends/pleroma-fe/dev/static/config.json +++ b/static/frontends/pleroma-fe/dev/static/config.json @@ -25,5 +25,5 @@ "sidebarRight": false, "subjectLineBehavior": "email", "theme": "pleroma-dark", - "webPushNotifications": false + "webPushNotifications": true } diff --git a/static/frontends/pleroma-fe/dev/static/styles.css b/static/frontends/pleroma-fe/dev/static/styles.css new file mode 100644 index 0000000..843a978 --- /dev/null +++ b/static/frontends/pleroma-fe/dev/static/styles.css @@ -0,0 +1,11 @@ +:root { + --emoji-size: 39px; +} + +.RichContent .emoji { + transition: transform .3s ease; +} + +.RichContent .emoji:hover { + transform: scale(1.5) !important; +} -- cgit v1.2.3