Skip to content

Commit

Permalink
XXXXXXX
Browse files Browse the repository at this point in the history
  • Loading branch information
flight025 committed May 26, 2024
1 parent 4ba77f2 commit 0b7ea8a
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions css/waline.css
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down Expand Up @@ -1297,4 +1283,19 @@
height: var(--waline-user-avatar-size, 48px)
}

/*# sourceMappingURL=waline.css.map */
/*# 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;
}

0 comments on commit 0b7ea8a

Please sign in to comment.