fix border radius

This commit is contained in:
srgooglo 2022-06-04 21:18:45 +02:00
parent 1a3235013c
commit e060be2fb9

View File

@ -25,7 +25,7 @@
.wrapper { .wrapper {
margin-bottom: 25px; margin-bottom: 25px;
} }
.actionsWrapper { .actionsWrapper {
opacity: 1; opacity: 1;
} }
@ -226,6 +226,10 @@
} }
} }
.slick-list {
border-radius: 8px;
}
.ant-carousel, .ant-carousel,
.slick-slider, .slick-slider,
.slick-list, .slick-list,
@ -242,8 +246,6 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 12px;
user-select: none; user-select: none;
-webkit-user-drag: none; -webkit-user-drag: none;
@ -254,8 +256,6 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 12px;
user-select: none; user-select: none;
-webkit-user-drag: none; -webkit-user-drag: none;