Fix Mapa Style
This commit is contained in:
@@ -633,22 +633,21 @@
|
|||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
z-index: 15;
|
z-index: 15;
|
||||||
padding-bottom: 45px;
|
padding-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapa-column .mapa-componente-container,
|
.mapa-column .mapa-componente-container,
|
||||||
.mapa-column .mapa-render-area {
|
.mapa-column .mapa-render-area {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-partidos-container {
|
.panel-partidos-container {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zoom-controls-container,
|
.zoom-controls-container, .mapa-volver-btn {
|
||||||
.mapa-volver-btn {
|
|
||||||
top: 15px;
|
top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bottom-row {
|
.header-bottom-row {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -700,8 +699,8 @@
|
|||||||
|
|
||||||
/* --- ESTILOS PARA LA TARJETA DE RESULTADOS EN MÓVIL (ACTUALIZADOS) --- */
|
/* --- ESTILOS PARA LA TARJETA DE RESULTADOS EN MÓVIL (ACTUALIZADOS) --- */
|
||||||
.mobile-results-card-container {
|
.mobile-results-card-container {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
bottom: 1px;
|
bottom: 0px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
z-index: 40;
|
z-index: 40;
|
||||||
@@ -737,17 +736,13 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 12px 18px;
|
padding: 12px 18px;
|
||||||
/* REDUCIDO */
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-results-header .header-info {
|
.mobile-results-header .header-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
/* AÑADIDO */
|
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
/* AÑADIDO */
|
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
/* AÑADIDO */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-results-header .header-info h4 {
|
.mobile-results-header .header-info h4 {
|
||||||
@@ -902,18 +897,14 @@
|
|||||||
.mobile-results-header .header-info h4 {
|
.mobile-results-header .header-info h4 {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
/* Se achica el título */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-results-header .header-info .header-action-text {
|
.mobile-results-header .header-info .header-action-text {
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
/* Se achica el texto de acción */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-card-view-toggle .toggle-btn {
|
.mobile-card-view-toggle .toggle-btn {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
/* Se reduce el padding de los botones */
|
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
/* Se achica la fuente de los botones */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user