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 5a6808c commit 65ff8c3
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions css/waline.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,18 +306,15 @@
min-height: 8.75em;
margin: 0.75em 0.5em;
border-radius: 0.5em;
background: rgba(0, 0, 0, 0);
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
font-size: 0.875em;
resize: vertical;
}
.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;
Expand Down

0 comments on commit 65ff8c3

Please sign in to comment.