Generating HTML link using DOM manipulation rather that string manipulation
This commit is contained in:
parent
eec15b38bb
commit
b7ac3b8fad
2 changed files with 11 additions and 2 deletions
6
front/dist/resources/style/style.css
vendored
6
front/dist/resources/style/style.css
vendored
|
@ -381,7 +381,7 @@ body {
|
|||
max-height: 25%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
#game {
|
||||
|
@ -1115,6 +1115,10 @@ div.modal-report-user{
|
|||
color: white;
|
||||
}
|
||||
|
||||
.discussion .messages .message p a:visited{
|
||||
color: white;
|
||||
}
|
||||
|
||||
.discussion .send-message{
|
||||
position: absolute;
|
||||
bottom: 45px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue