Skip to content

Commit

Permalink
Merge pull request #2008 from asfadmin/andy/DS-5552-Multiline-ASF-2
Browse files Browse the repository at this point in the history
Andy/ds 5552 multiline asf 2
  • Loading branch information
artisticlight authored Nov 13, 2024
2 parents 4c43ab3 + 0b65eb3 commit 6716b87
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div #ts_slider class="slider" style="visibility: hidden;"></div>
<div #ts_slider class="displacement-slider slider" style="visibility: hidden;"></div>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Contenedor principal del slider */
.slider {
.displacement-slider {
margin: 20px auto; /* Centra el slider horizontalmente */
width: 100%; /* Ocupa todo el ancho disponible */
max-width: 95%; /* Opcional: Limita el ancho máximo para que no se extienda demasiado */
Expand Down Expand Up @@ -40,3 +40,12 @@
font-size: 12px;
color: #666; /* Color de las etiquetas */
}

.noUi-vertical {
width: 8px;
}

div.noUi-handle.noUi-handle-lower {
width: 16px !important;
right: -5px !important;
}
1 change: 1 addition & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ ul {
}
}

.displacement-slider.noUi-horizontal,
.sbas-column-2.noUi-horizontal {
height: 8px;

Expand Down

0 comments on commit 6716b87

Please sign in to comment.