mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-19 15:40:57 +00:00
Escape HTML Text
This commit is contained in:
parent
4872d7b986
commit
bfc05adbce
4 changed files with 37 additions and 67 deletions
|
@ -232,10 +232,6 @@ span {
|
|||
background: #222;
|
||||
}
|
||||
|
||||
.comment:hover > .comment_left {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.comment_left, .comment_right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -243,7 +239,7 @@ span {
|
|||
|
||||
.comment_left {
|
||||
text-align: center;
|
||||
background: #222;
|
||||
border-right: 2px solid #000;
|
||||
border-radius: 5px 0px 0px 5px;
|
||||
min-width: 50px;
|
||||
padding: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue