Add: round edges for Table image

This commit is contained in:
Jona Walpert
2026-04-13 01:25:05 +02:00
parent 0006ed9faa
commit a85eb968fa
+4 -1
View File
@@ -614,6 +614,8 @@ video,
.table-preview-container {
padding: 8px;
box-sizing: border-box;
border-radius: 24px;
overflow: hidden;
}
.table-preview-image {
@@ -621,7 +623,8 @@ video,
width: calc(100% - 32px);
height: auto;
padding: 8px;
border-radius: 10px;
border-radius: 24px;
display: block;
}
@media (max-width: 900px) {