mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 21:04:15 +00:00
fix: carrousel navigation overlaping with text
This commit is contained in:
parent
271d52f4fa
commit
76d87f4316
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user