Skip to content

Commit

Permalink
Update Text_Editor.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BoQsc committed May 28, 2024
1 parent 36668d9 commit 9bc7648
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<toolbar>
<button tool="bold">[bold]</button> <button tool="italic">[italic]</button> <button tool="strike">[strike]</button> <button tool="h1">[h1]</button> <button tool="h2">[h2]</button> <button tool="h3">[h3]</button> <button tool="h4">[h4]</button> <button tool="h5">[h5]</button> <button tool="link">[link]</button> <button tool="quote">[quote]</button> <button tool="list">[list]</button> <button tool="code">[code]</button> <button tool="hr">[hr]</button> <button tool="image">[image]</button> <button tool="spoiler">[spoiler]</button> <button tool="highlight">[highlight]</button>
</toolbar>
<textdecoration><side><linenumbers>1</linenumbers><linebreakpoints></linebreakpoints></side><text contenteditable><bold>Example</bold><regular> text.</regular></text></textdecoration>
<textdecoration><side><linenumbers>1</linenumbers><linebreakpoints></linebreakpoints></side><text contenteditable><bold>Example</bold><regular> text.</regular></text><side2><img src="https://raw.githubusercontent.com/apancik/public-domain-icons/master/dist/animal%20bear.svg"/><img src="https://raw.githubusercontent.com/apancik/public-domain-icons/master/dist/symbol%20eye%20pupil%20big%20brother%20surveillance.svg"/><side2></textdecoration>
</texteditor>


Expand Down Expand Up @@ -37,7 +37,22 @@

}

side2 {

width: 7%;
display: flex;
align-items: center;
justify-content: center;


}
side2 > img {

width: 20px;
height: 20px;
background: #b9bbbe;
border-radius: 5px;
}

side {
display: flex;
Expand Down

0 comments on commit 9bc7648

Please sign in to comment.