fix action+add html

This commit is contained in:
_Bastler
2021-05-30 20:00:41 +02:00
parent 85c9393962
commit e43fe7cebd
4 changed files with 87 additions and 7 deletions
+2 -1
View File
@@ -1233,9 +1233,9 @@ div.modal-report-user {
div.action {
position: absolute;
width: 100%;
height: auto;
text-align: center;
left: calc(50% - 175px);
bottom: 40px;
transition: all .5s ease;
animation: mymove .5s;
@@ -1256,6 +1256,7 @@ div.action p.action-body{
font-size: 12px;
font-weight: 500;
text-align: center;
width: 350px;
max-width: 350px;
}