mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-01-28 13:07:58 +01:00
Shorten number fields for chromium-based browsers
This commit is contained in:
parent
50a250888d
commit
aaea68ef1e
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ span.songSelector {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
column-gap: 0.3em;
|
column-gap: 0.3em;
|
||||||
}
|
}
|
||||||
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||||
|
input[type="number"] {
|
||||||
|
max-width: 5em;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue