Shorten number fields for chromium-based browsers

This commit is contained in:
Carlos Galindo 2026-01-24 00:18:06 +01:00
commit aaea68ef1e

View file

@ -47,6 +47,11 @@ span.songSelector {
flex-wrap: nowrap;
column-gap: 0.3em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="number"] {
max-width: 5em;
}
}
</style>
</head>
<body>