mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix border radius
This commit is contained in:
parent
1a3235013c
commit
e060be2fb9
@ -25,7 +25,7 @@
|
||||
.wrapper {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
|
||||
.actionsWrapper {
|
||||
opacity: 1;
|
||||
}
|
||||
@ -226,6 +226,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.slick-list {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.ant-carousel,
|
||||
.slick-slider,
|
||||
.slick-list,
|
||||
@ -242,8 +246,6 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
border-radius: 12px;
|
||||
|
||||
user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
|
||||
@ -254,8 +256,6 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
border-radius: 12px;
|
||||
|
||||
user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user