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