continue: work on violation page and table

This commit is contained in:
smanylov
2026-03-16 17:12:52 +07:00
parent c3de5727fe
commit 13ac3a6543
10 changed files with 465 additions and 213 deletions
+10 -4
View File
@@ -789,15 +789,15 @@
}
td {
padding: 15px 0;
padding: 15px 16px;
white-space: nowrap;
&:first-child {
padding-left: 15px;
/* padding-left: 15px; */
}
&:last-child {
padding-right: 15px;
/* padding-right: 15px; */
}
&:has(.table-item-id) {
@@ -862,7 +862,8 @@
gap: 5px;
}
button {
button,
a {
padding: 4px 12px;
font-size: 14px;
line-height: 20px;
@@ -4400,6 +4401,11 @@
margin-bottom: 10px;
}
.source-image {
max-width: 120px;
width: 100%;
}
.source-url {
color: #6366f1;
font-weight: 600;