feat(web): ssti comments:3

This commit is contained in:
2025-04-10 18:03:10 +03:00
parent a1eb5e8c27
commit cbb5f7cffe
2 changed files with 31 additions and 10 deletions
+9 -2
View File
@@ -170,9 +170,16 @@
.comments {
background-color: rgb(35, 33, 54);
height: 60%;
width: 80%;
height: 12rem;
width: 95%;
text-align: left;
border-radius: 0.5rem;
overflow-y: auto;
padding: 0.5rem;
}
.comment {
margin: 2rem;
}
.navgoodlinks {