Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Espacio en el contenedor y barra de slides. Sección Comunidad #83

Open
thegreatyamori opened this issue Mar 16, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@thegreatyamori
Copy link
Contributor

Describe el bug/error
Se debe mejorar la presentación del slider de Comunidad. Actualmente por diferencia de tamaños en las imágenes del slider, no se está visualizando correctamente el componente. Pero se debe añadir una pequeña separación entre el contenedor de imágenes y la barra de slides.

Para reproducirlo
Pasos para reproducir el comportamiento:

  1. Ir a 'localhost:8000 || javascript.ec'
  2. Scroll down a 'Comunidad'
  3. Ver el error

Comportamiento esperado
De acuerdo con el prototipo en Figma, existe un pequeño espacio entre el contenedor de slides y la barra de slides.
image

Capturas de Pantalla
Este es el comportamiento actual del slider.
image

Desktop:

  • OS: Windows 10 x64 v.20H2
  • Navegador [ Brave Browser v.1.21.76, MS Edge v.89.0.774.54 ]

Información adicional
Para resolver este bug, debes arreglar este estilo en src\components\community-section\photo-slider\photo-slider.css

.slick-dots li {
  border-radius: 10em;
  width: 11.36%;
  height: 15.65px; /* esta regla presenta conflictos. */
  margin: 0 0.4em;
}
@thegreatyamori thegreatyamori added bug Something isn't working documentation Improvements or additions to documentation labels Mar 16, 2021
@rpalaciosg rpalaciosg added enhancement New feature or request and removed documentation Improvements or additions to documentation labels Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants