Add: round edges for Table image
This commit is contained in:
+4
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user