From 0b7ea8af0946eaa9d86e1d14b40ad2bf65cbb86c Mon Sep 17 00:00:00 2001 From: flight025 Date: Sun, 26 May 2024 23:09:33 +0800 Subject: [PATCH] XXXXXXX --- css/waline.css | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/css/waline.css b/css/waline.css index 7780787d65..aa7b43e26f 100644 --- a/css/waline.css +++ b/css/waline.css @@ -407,20 +407,6 @@ cursor: pointer } -.wl-editor { - background-image: url(https://ibb.co/gvcgBYn); - background-size: 10%; - background-repeat: no-repeat; - background-position: right bottom; - background-color: rgba(255, 255, 255, 0); - resize: vertical -} -.wl-editor:focus{ - background-position-x: 400px; - background-position-y: 500px; - transition: all 0.2s ease-in-out 0s; -} - .wl-action:hover { color: var(--waline-theme-color) } @@ -1297,4 +1283,19 @@ height: var(--waline-user-avatar-size, 48px) } -/*# sourceMappingURL=waline.css.map */ \ No newline at end of file +/*# sourceMappingURL=waline.css.map */ + +.wl-editor { + background-image: url(https://cdn.gallery.uuanqin.top/img/zhuangzhuang_comment_trans.gif); + background-size: 18%; + background-repeat: no-repeat; + background-position: right bottom; + background-color: rgba(255, 255, 255, 0); + resize: vertical +} + +.wl-editor:focus { + background-position-x: 800px; + background-position-y: 1000px; + transition: all 0.2s ease-in-out 0s; +} \ No newline at end of file