mirror of
https://github.com/hexastack/hexabot
synced 2025-02-24 05:14:47 +00:00
fix: carrousel navigation overlaping with text
This commit is contained in:
parent
271d52f4fa
commit
76d87f4316
@ -17,7 +17,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
.sc-message--carousel-element {
|
.sc-message--carousel-element {
|
||||||
padding: 1rem;
|
padding: 2rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.sc-message--carousel-element-image {
|
.sc-message--carousel-element-image {
|
||||||
@ -56,10 +56,14 @@
|
|||||||
|
|
||||||
&.prev {
|
&.prev {
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
width: 2rem;
|
||||||
|
height: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.next {
|
&.next {
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
width: 2rem;
|
||||||
|
height: 3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user