aplbrain / aplbrain/neuvue-app

CSS Issues with Neuroglancer

Abierto
#415 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
1
Forks
2
Métricas de merge de PR
Métricas de PR pendientes

Descripción

I noticed some weird CSS going on. Some of the text boxes are squished.
![image](https://github.com/user-attachments/assets/eea86aa8-10a0-43ca-ac56-7dbbd74d23cb)

I was able to fix this with some more CSS classes in `workspace.css`. These were the classes I noticed that needed the change. The list is not exhaustive.
```
.neuroglancer-display-dimensions-widget-name,
.neuroglancer-position-dimension-scale,
.neuroglancer-position-dimension-coordinate,
.neuroglancer-position-dimension-name{
box-sizing: content-box;
}
```
There might be a better spelunker-wide change. I would search for one before applying this bandaid fix.

_Originally posted by @hannah-martinez in https://github.com/aplbrain/neuvue-app/issues/414#issuecomment-2444361879_

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.