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