diff options
Diffstat (limited to 'static/frontends/pleroma-fe')
| -rwxr-xr-x | static/frontends/pleroma-fe/dev/.index.html.un~ | bin | 0 -> 3789 bytes | |||
| -rwxr-xr-x | static/frontends/pleroma-fe/dev/index.html | 2 | ||||
| -rwxr-xr-x | static/frontends/pleroma-fe/dev/static/.config.json.un~ | bin | 0 -> 1045 bytes | |||
| -rw-r--r-- | static/frontends/pleroma-fe/dev/static/.styles.css.un~ | bin | 0 -> 2824 bytes | |||
| -rwxr-xr-x | static/frontends/pleroma-fe/dev/static/config.json | 2 | ||||
| -rw-r--r-- | static/frontends/pleroma-fe/dev/static/styles.css | 11 |
6 files changed, 13 insertions, 2 deletions
diff --git a/static/frontends/pleroma-fe/dev/.index.html.un~ b/static/frontends/pleroma-fe/dev/.index.html.un~ Binary files differnew file mode 100755 index 0000000..4a29f5f --- /dev/null +++ b/static/frontends/pleroma-fe/dev/.index.html.un~ 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 @@ -<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"><!--server-generated-meta--><link rel=icon type=image/png href=/favicon.png><script defer=defer src=/static/js/6245.81d7492d1e93fc14b23f.js></script><script defer=defer src=/static/js/app.9d382c9a57c5453fd21a.js></script><link href=/static/css/app.8daec525d1948b8e9f60.css rel=stylesheet></head><body class=hidden><noscript>To use Pleroma, please enable JavaScript.</noscript><div id=app></div><div id=modal></div><div id=popovers></body></html>
\ No newline at end of file +<!DOCTYPE html><html lang=en><head><link rel="stylesheet" href="static/styles.css" /><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"><!--server-generated-meta--><link rel=icon type=image/png href=/favicon.png><script defer=defer src=/static/js/6245.81d7492d1e93fc14b23f.js></script><script defer=defer src=/static/js/app.9d382c9a57c5453fd21a.js></script><link href=/static/css/app.8daec525d1948b8e9f60.css rel=stylesheet></head><body class=hidden><noscript>To use Pleroma, please enable JavaScript.</noscript><div id=app></div><div id=modal></div><div id=popovers></body></html> diff --git a/static/frontends/pleroma-fe/dev/static/.config.json.un~ b/static/frontends/pleroma-fe/dev/static/.config.json.un~ Binary files differnew file mode 100755 index 0000000..2e74b20 --- /dev/null +++ b/static/frontends/pleroma-fe/dev/static/.config.json.un~ diff --git a/static/frontends/pleroma-fe/dev/static/.styles.css.un~ b/static/frontends/pleroma-fe/dev/static/.styles.css.un~ Binary files differnew file mode 100644 index 0000000..526c9fe --- /dev/null +++ b/static/frontends/pleroma-fe/dev/static/.styles.css.un~ 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; +} |
